1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/py-fusepy/Makefile
Jan Beich 4ad3861e2f devel/py-fusepy: update to 3.0.1
Changes:	https://github.com/fusepy/fusepy/compare/v2.0.4...5d997d6
Reported by:	Repology (false negative in Portscout)
2018-09-29 20:36:40 +00:00

21 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>