ports/devel/py3-python-magic/Makefile
Kubilay Kocak 0a83bb9d6e 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)
2016-01-31 08:17:51 +00:00

8 lines
155 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-python-magic
USES= python:3.3+
.include "${MASTERDIR}/Makefile"