diff --git a/security/py-kdcproxy/Makefile b/security/py-kdcproxy/Makefile index 7e1dc7ecaae2..ef2773d57f9f 100644 --- a/security/py-kdcproxy/Makefile +++ b/security/py-kdcproxy/Makefile @@ -1,24 +1,25 @@ PORTNAME= kdcproxy DISTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Kerberos KDC HTTP proxy WSGI module WWW= https://github.com/latchset/kdcproxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} -USES= python +USES= cpe python +CPE_VENDOR= kdcproxy_project USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include