diff --git a/devel/Makefile b/devel/Makefile index f46bedd1ca39..924977b52512 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4940,6 +4940,7 @@ SUBDIR += py-zope.viewlet SUBDIR += py27-setuptools SUBDIR += py3-Jinja2 + SUBDIR += py3-apipkg SUBDIR += py3-babel SUBDIR += py3-cffi SUBDIR += py3-click diff --git a/devel/py-apipkg/Makefile b/devel/py-apipkg/Makefile index 2ae3cabd7339..90619cfb35ce 100644 --- a/devel/py-apipkg/Makefile +++ b/devel/py-apipkg/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils .include diff --git a/devel/py3-apipkg/Makefile b/devel/py3-apipkg/Makefile new file mode 100644 index 000000000000..14526548e67b --- /dev/null +++ b/devel/py3-apipkg/Makefile @@ -0,0 +1,8 @@ +# Created by: Ben Woods +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-apipkg + +USES= python:3.1+ + +.include "${MASTERDIR}/Makefile"