devel/py3-llfuse: create port

Python 3 version of py-llfuse
This commit is contained in:
Steve Wills 2017-04-14 18:54:49 +00:00
parent 66fdf824d1
commit 13b9b458f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438540
2 changed files with 8 additions and 0 deletions

View file

@ -4935,6 +4935,7 @@
SUBDIR += py3-jsonschema
SUBDIR += py3-libpeas
SUBDIR += py3-libzfs
SUBDIR += py3-llfuse
SUBDIR += py3-lxml
SUBDIR += py3-mccabe
SUBDIR += py3-nose

View file

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-llfuse
USES= compiler:c++11-lang fuse pkgconfig python:3.2+ tar:bz2
.include "${MASTERDIR}/Makefile"