mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py3-llfuse: create port
Python 3 version of py-llfuse
This commit is contained in:
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
|
@ -4935,6 +4935,7 @@
|
||||||
SUBDIR += py3-jsonschema
|
SUBDIR += py3-jsonschema
|
||||||
SUBDIR += py3-libpeas
|
SUBDIR += py3-libpeas
|
||||||
SUBDIR += py3-libzfs
|
SUBDIR += py3-libzfs
|
||||||
|
SUBDIR += py3-llfuse
|
||||||
SUBDIR += py3-lxml
|
SUBDIR += py3-lxml
|
||||||
SUBDIR += py3-mccabe
|
SUBDIR += py3-mccabe
|
||||||
SUBDIR += py3-nose
|
SUBDIR += py3-nose
|
||||||
|
|
7
devel/py3-llfuse/Makefile
Normal file
7
devel/py3-llfuse/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue