diff --git a/security/py-secure/Makefile b/security/py-secure/Makefile index ffb600772b47..404a5084564a 100644 --- a/security/py-secure/Makefile +++ b/security/py-secure/Makefile @@ -1,19 +1,22 @@ PORTNAME= secure PORTVERSION= 2.0.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Adds security headers for python web frameworks WWW= https://github.com/cak/secure LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include