aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fypp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fypp/Makefile')
-rw-r--r--devel/py-fypp/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-fypp/Makefile b/devel/py-fypp/Makefile
new file mode 100644
index 000000000000..70ea917df4a7
--- /dev/null
+++ b/devel/py-fypp/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= fypp
+PORTVERSION= 2.1.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python powered preprocessor
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+
+.include <bsd.port.mk>