diff --git a/devel/py-simpleeval/Makefile b/devel/py-simpleeval/Makefile index b7f5f4ea221b..465d301a6ddb 100644 --- a/devel/py-simpleeval/Makefile +++ b/devel/py-simpleeval/Makefile @@ -1,22 +1,23 @@ PORTNAME= simpleeval PORTVERSION= 1.0.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple, safe single expression evaluator library WWW= https://github.com/danthedeckie/simpleeval LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= cpe python -CPE_VENDOR= danthedeckie USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +CPE_VENDOR= danthedeckie + .include