summaryrefslogtreecommitdiff
path: root/archivers/py3-libarchive-c/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-01-31 08:21:49 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-01-31 08:21:49 +0000
commit4119b6af1bf44af3ff600565c9eea93c9a99da58 (patch)
treedf5f77182ab69211ea1c75fc51db5067e475c2c7 /archivers/py3-libarchive-c/Makefile
parentgames/trojka: Respect LDFLAGS, document ncurses requirement (diff)
archivers/py3-libarchive-c: Add Python 3.x version of port
Add a Python 3.x sub-port of py-libarchive-c, in order for a port of the Debian diffoscope project to be created, which is Python 3 only. This (py3-*) hack^W workaround ensures a py3x-* package can be created by default. - Allow USES to be overriden in base port accordingly While I'm here - Enable NO_ARCH Requested by: emaste, bapt (for diffoscope, reproducible builds)
Notes
Notes: svn path=/head/; revision=407585
Diffstat (limited to '')
-rw-r--r--archivers/py3-libarchive-c/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/py3-libarchive-c/Makefile b/archivers/py3-libarchive-c/Makefile
new file mode 100644
index 000000000000..12df1c925687
--- /dev/null
+++ b/archivers/py3-libarchive-c/Makefile
@@ -0,0 +1,8 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-libarchive-c
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"