opnsense-ports/devel/py-antlr4-python3-runtime/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

19 lines
379 B
Makefile

PORTNAME= antlr4-python3-runtime
PORTVERSION= 4.9
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= ANother Tool for Language Recognition (python3 runtime)
WWW= https://www.antlr.org/
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>