svn commit: r438540 - in head/devel: . py3-llfuse

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:54:51 UTC 2017


Author: swills
Date: Fri Apr 14 18:54:49 2017
New Revision: 438540
URL: https://svnweb.freebsd.org/changeset/ports/438540

Log:
  devel/py3-llfuse: create port
  
  Python 3 version of py-llfuse

Added:
  head/devel/py3-llfuse/
  head/devel/py3-llfuse/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 14 18:52:26 2017	(r438539)
+++ head/devel/Makefile	Fri Apr 14 18:54:49 2017	(r438540)
@@ -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

Added: head/devel/py3-llfuse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-llfuse/Makefile	Fri Apr 14 18:54:49 2017	(r438540)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=      ${.CURDIR}/../py-llfuse
+
+USES=           compiler:c++11-lang fuse pkgconfig python:3.2+ tar:bz2
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list