summaryrefslogtreecommitdiff
path: root/devel/py-antlr4-python2-runtime/Makefile
blob: 82c9fac1d94c2c48d297f9e0c8b4923bc22f88cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>