blob: c12eb74658e186dc41d5ab3bde5abf9c27790ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|