mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
db6d127bfc
Based on: ports-mgmt/py-pytoport output fusepy is a Python module that provides a simple interface to FUSE and MacFUSE. It's just one file and is implemented using ctypes. https://pypi.python.org/pypi/fusepy
21 lines
375 B
Makefile
21 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fusepy
|
|
PORTVERSION= 2.0.4
|
|
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>
|