summaryrefslogtreecommitdiff
path: root/textproc/py-antlr4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-antlr4/Makefile')
-rw-r--r--textproc/py-antlr4/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/py-antlr4/Makefile b/textproc/py-antlr4/Makefile
new file mode 100644
index 00000000000..fd9454e8b37
--- /dev/null
+++ b/textproc/py-antlr4/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/07/26 16:34:57 jaapb Exp $
+
+DISTNAME= antlr4-python3-runtime-4.7.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python3-runtime//1}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/antlr4-python3-runtime/}
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= http://www.antlr.org/
+COMMENT= AntLR 4 bindings for Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"