aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-IO-Async-Resolver-DNS
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-17 18:03:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-17 18:03:31 +0000
commit96895782abfcbea69b946ea6034f94d72d1825c5 (patch)
tree54f7ab3b6fb16cc5db02edfaf23836c86b3b47f1 /dns/p5-IO-Async-Resolver-DNS
parentf95008b4d714f3b72f4a8aa45525328a5dceb83a (diff)
downloadports-96895782abfcbea69b946ea6034f94d72d1825c5.tar.gz
ports-96895782abfcbea69b946ea6034f94d72d1825c5.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=565569
Diffstat (limited to 'dns/p5-IO-Async-Resolver-DNS')
-rw-r--r--dns/p5-IO-Async-Resolver-DNS/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/p5-IO-Async-Resolver-DNS/Makefile b/dns/p5-IO-Async-Resolver-DNS/Makefile
index e4960ad66781..2ed25b538aa9 100644
--- a/dns/p5-IO-Async-Resolver-DNS/Makefile
+++ b/dns/p5-IO-Async-Resolver-DNS/Makefile
@@ -12,6 +12,7 @@ COMMENT= Resolve DNS queries using IO::Async
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Future>=0:devel/p5-Future \
@@ -19,8 +20,9 @@ RUN_DEPENDS= p5-Future>=0:devel/p5-Future \
p5-List-UtilsBy>=0.07:devel/p5-List-UtilsBy \
p5-Net-DNS>=0:dns/p5-Net-DNS
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>