diff --git a/www/py-rfc3987/Makefile b/www/py-rfc3987/Makefile index 1fa0b4f0fbe3..f80869a88ff0 100644 --- a/www/py-rfc3987/Makefile +++ b/www/py-rfc3987/Makefile @@ -1,19 +1,23 @@ PORTNAME= rfc3987 PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987) WWW= https://github.com/dgerber/rfc3987 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt +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 concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include