diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-19 14:39:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-19 14:39:05 +0000 |
commit | d0a942ec0abb7079979b248661752a36cd3a9619 (patch) | |
tree | 8f3c142edd7dfca97378ba9de9a871d9d911db5e /dns | |
parent | c64485810a029b71d7716032960326334460d682 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-publicsuffix/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index fcb9d26964ed..6dc4f2e9a09e 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -3,6 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,13 @@ COMMENT= Get public suffix of domain name from Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list + NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +post-patch: + @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffix/public_suffix_list.dat + .include <bsd.port.mk> |