aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Mozilla-PublicSuffix
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 11:11:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 11:11:49 +0000
commitf80b242095198934c222e0873f61e39e932f1456 (patch)
tree504f33dc2d6b039e221851c181fc891912c51af1 /dns/p5-Mozilla-PublicSuffix
parent81af13e5738850308e7f3cf1ce3c1dce8c9e6e7c (diff)
downloadports-f80b242095198934c222e0873f61e39e932f1456.tar.gz
ports-f80b242095198934c222e0873f61e39e932f1456.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=480569
Diffstat (limited to 'dns/p5-Mozilla-PublicSuffix')
-rw-r--r--dns/p5-Mozilla-PublicSuffix/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile
index 8079c3532af9..871f27307f1e 100644
--- a/dns/p5-Mozilla-PublicSuffix/Makefile
+++ b/dns/p5-Mozilla-PublicSuffix/Makefile
@@ -15,13 +15,14 @@ COMMENT= Get public suffix of domain name via Mozilla Public Suffix List
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-URI>=0:net/p5-URI
+BUILD_DEPENDS= ${RUN_DEPENDS}
PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-URI>=0:net/p5-URI
-NO_ARCH= yes
-USE_PERL5= modbuild
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
post-patch:
@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat