opnsense-ports/devel/py-rply/Makefile
Franco Fichtner aa5b85c330 */*: sync with upstream
Taken from: FreeBSD
2024-05-29 17:39:05 +02:00

22 lines
491 B
Makefile

PORTNAME= rply
PORTVERSION= 0.7.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Pure python parser generator, that also works with RPython
WWW= https://github.com/alex/rply
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR}
USES= cpe python
CPE_VENDOR= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>