aboutsummaryrefslogtreecommitdiff
path: root/devel/py-babi_grammars/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-12-18 15:14:50 +0000
committerSteve Wills <swills@FreeBSD.org>2020-12-18 15:14:50 +0000
commitd5c3b3f46ca1e7875710b507cbbfa629dc158233 (patch)
tree08b9c3e4fcd8ef3ba122a146b49e4f8263adaa61 /devel/py-babi_grammars/Makefile
parenta0857bcb70d1f0ff8e5619da9905d9612fd815b1 (diff)
downloadports-d5c3b3f46ca1e7875710b507cbbfa629dc158233.tar.gz
ports-d5c3b3f46ca1e7875710b507cbbfa629dc158233.zip
Notes
Diffstat (limited to 'devel/py-babi_grammars/Makefile')
-rw-r--r--devel/py-babi_grammars/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi_grammars/Makefile
new file mode 100644
index 000000000000..707675567dee
--- /dev/null
+++ b/devel/py-babi_grammars/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= babi_grammars
+PORTVERSION= 0.0.21
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= swills@FreeBSD.org
+COMMENT= Grammars for the babi text editor
+
+USES= python:3.7+
+USE_PYTHON= autoplist distutils flavors
+
+.include <bsd.port.mk>