Files
ports/lang/py-sly/Makefile
T
2024-12-23 03:38:32 +08:00

22 lines
440 B
Makefile

PORTNAME= sly
PORTVERSION= 0.5
CATEGORIES= lang python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= awoonyaa@gmail.com
COMMENT= Python implementation of the lex & yacc tools
WWW= https://pypi.org/project/sly/
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>