diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-24 11:11:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-24 11:11:49 +0000 |
commit | f80b242095198934c222e0873f61e39e932f1456 (patch) | |
tree | 504f33dc2d6b039e221851c181fc891912c51af1 /dns | |
parent | 81af13e5738850308e7f3cf1ce3c1dce8c9e6e7c (diff) | |
download | freebsd-ports-f80b242095198934c222e0873f61e39e932f1456.zip |
Cosmetic change
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Mozilla-PublicSuffix/Makefile | 9 |
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 |