freebsd-ports/devel/py-antlr4-python3-runtime/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
348 B
Makefile

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