Files
Po-Chuan Hsieh c27b36af12 devel/py-antlr4-python3-runtime: Update to 4.13.2
- Update WWW
- Convert to USE_PYTHON=pep517
- Take maintainership

Changes:	https://github.com/antlr/antlr4/releases
PR:		291071
Approved by:	antoine (maintainer)
2026-04-21 23:47:36 +08:00

25 lines
627 B
Makefile

PORTNAME= antlr4-python3-runtime
PORTVERSION= 4.13.2
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= antlr4_python3_runtime-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ANother Tool for Language Recognition (python3 runtime)
WWW= https://www.antlr.org/ \
https://github.com/antlr/antlr4
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>