1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/py-fusepy/Makefile
Jan Beich db6d127bfc devel/py-fusepy: add new port
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
2016-10-27 21:18:50 +00:00

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>