freebsd-ports/devel/py-antlr4-python3-runtime/Makefile
Dima Panov 039beb7fe5 devel/py-antlr4-python3-runtime: update to 4.9 release
PR:		251400
Submitted by:	fluffy
Approved by:	maintainer (antoine)
2020-11-26 13:40:57 +00:00

19 lines
361 B
Makefile

# $FreeBSD$
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>