diff options
author | koobs <koobs@FreeBSD.org> | 2016-01-31 16:17:51 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-01-31 16:17:51 +0800 |
commit | 2411fce92eacdd9d98c1c603f5df50696b85e692 (patch) | |
tree | f94eb4ded50d42ca12cc82e3210daa2fa1b11e86 /devel | |
parent | 9bbdd8c0106247338d1752205bdd7e2689daafd0 (diff) | |
download | freebsd-ports-gnome-2411fce92eacdd9d98c1c603f5df50696b85e692.tar.gz freebsd-ports-gnome-2411fce92eacdd9d98c1c603f5df50696b85e692.tar.zst freebsd-ports-gnome-2411fce92eacdd9d98c1c603f5df50696b85e692.zip |
devel/py3-python-magic Add Python 3.x version of port
Add a Python 3.x sub-port of py-python-magic, 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.
Requested by: emaste, bapt (for diffoscope, reproducible builds)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py3-python-magic/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 047e843aabbd..3f2f1100f384 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4531,6 +4531,7 @@ SUBDIR += py3-jsonschema SUBDIR += py3-libpeas SUBDIR += py3-pytz + SUBDIR += py3-python-magic SUBDIR += py3-vcversioner SUBDIR += py3-xdg SUBDIR += py_static_check diff --git a/devel/py3-python-magic/Makefile b/devel/py3-python-magic/Makefile new file mode 100644 index 000000000000..f8a48acf79c7 --- /dev/null +++ b/devel/py3-python-magic/Makefile @@ -0,0 +1,8 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-python-magic + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" |