aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2022-06-15 13:41:34 +0000
committerDan Langille <dvl@FreeBSD.org>2022-06-15 13:41:34 +0000
commitf2c9189cb9fcfaa450904f49fb64f81eee2c5503 (patch)
tree53a51a90149384d0e7edea656374c15d9263aac7 /dns
parent21a1b657eea111bc0864c10754fabc5e55728c39 (diff)
downloadports-f2c9189cb9fcfaa450904f49fb64f81eee2c5503.tar.gz
ports-f2c9189cb9fcfaa450904f49fb64f81eee2c5503.zip
dns/py-tldextract: Add missing dependency
Add sysutils/py-filelock as RUN_DEPENDS Add LICENSE_FILE Reported by: sunpoet
Diffstat (limited to 'dns')
-rw-r--r--dns/py-tldextract/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/py-tldextract/Makefile b/dns/py-tldextract/Makefile
index b520db5c4f37..cc36797dc4a4 100644
--- a/dns/py-tldextract/Makefile
+++ b/dns/py-tldextract/Makefile
@@ -2,6 +2,7 @@
PORTNAME= tldextract
PORTVERSION= 3.3.0
+PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +11,15 @@ MAINTAINER= dvl@FreeBSD.org
COMMENT= Separate the TLD from the registered domain and subdomains of a URL
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes