blob: 8bc43518178498bee7476ebd415a40e6d87b1d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= fusepy
PORTVERSION= 3.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple ctypes bindings for FUSE
WWW= https://pypi.org/project/fusepy/
LICENSE= ISCL
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fusefs # fuse.py
NO_ARCH= yes
USES= fuse python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|