mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00

Changes: https://github.com/fusepy/fusepy/compare/v2.0.4...5d997d6 Reported by: Repology (false negative in Portscout)
21 lines
375 B
Makefile
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>
|