diff --git a/www/py-rfc3986/Makefile b/www/py-rfc3986/Makefile index f12c1a59dbd7..12101689c81a 100644 --- a/www/py-rfc3986/Makefile +++ b/www/py-rfc3986/Makefile @@ -1,5 +1,6 @@ PORTNAME= rfc3986 DISTVERSION= 1.5.0 # before updating to 2.0.0 make sure that dependencies listed in bug#261243 build +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +20,10 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +OPTIONS_DEFINE= IDNA2008 +OPTIONS_DEFAULT=IDNA2008 +IDNA2008_DESC= IDNA 2008 support + +IDNA2008_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} + .include