summaryrefslogtreecommitdiff
path: root/devel/py-antlr4-python3-runtime/Makefile
blob: 3da1133e3b7a96e3c5357f6226843dc5a6f3dcf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	antlr4-python3-runtime
PORTVERSION=	4.9
PORTREVISION=	1
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>