diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-28 07:31:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-28 07:31:30 +0000 |
commit | d002172650cf9f722a2001fa6805614194aac730 (patch) | |
tree | 065304d3363aee99fe6f9a106848c86d49ad539f /net/py-urlextract/Makefile | |
parent | 1d8278638fcee7b5334f96f048e8e77b9be59ef3 (diff) |
Notes
Diffstat (limited to 'net/py-urlextract/Makefile')
-rw-r--r-- | net/py-urlextract/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/py-urlextract/Makefile b/net/py-urlextract/Makefile index 080d600621cf..238627d7e1bc 100644 --- a/net/py-urlextract/Makefile +++ b/net/py-urlextract/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urlextract -PORTVERSION= 0.8.3 +PORTVERSION= 0.14.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ COMMENT= Collects and extracts URLs from given text LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} -NO_ARCH= yes +USES= python:3.5+ USE_PYTHON= autoplist distutils -USES= python:3.3+ + +NO_ARCH= yes .include <bsd.port.mk> |