4ad3861e2f
Changes: https://github.com/fusepy/fusepy/compare/v2.0.4...5d997d6 Reported by: Repology (false negative in Portscout)
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fusepy
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Simple ctypes bindings for FUSE
|
|
|
|
LICENSE= ISCL
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fusefs # fuse.py
|
|
|
|
NO_ARCH= yes
|
|
USES= fuse python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|