aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pcpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pcpp/Makefile')
-rw-r--r--devel/py-pcpp/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-pcpp/Makefile b/devel/py-pcpp/Makefile
new file mode 100644
index 000000000000..d5d083021175
--- /dev/null
+++ b/devel/py-pcpp/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= pcpp
+DISTVERSION= 1.30
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= C99 preprocessor written in pure Python
+WWW= https://github.com/ned14/pcpp
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>