opnsense-ports/devel/py-antlr4-python2-runtime/Makefile
Franco Fichtner 643f728e16 */*: sync with upstream
Taken from: HardenedBSD
2018-12-23 06:03:37 +01:00

19 lines
362 B
Makefile

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