aboutsummaryrefslogtreecommitdiff
path: root/devel/py-namex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-namex/Makefile')
-rw-r--r--devel/py-namex/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-namex/Makefile b/devel/py-namex/Makefile
new file mode 100644
index 000000000000..3805f782cf05
--- /dev/null
+++ b/devel/py-namex/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= namex
+DISTVERSION= 0.1.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Utility to separate implementation and public API surface
+WWW= https://github.com/fchollet/namex
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= pep517 autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>