diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:03:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:03:31 +0000 |
commit | 96895782abfcbea69b946ea6034f94d72d1825c5 (patch) | |
tree | 54f7ab3b6fb16cc5db02edfaf23836c86b3b47f1 /dns/p5-IO-Async-Resolver-DNS/Makefile | |
parent | f95008b4d714f3b72f4a8aa45525328a5dceb83a (diff) | |
download | ports-96895782abfcbea69b946ea6034f94d72d1825c5.tar.gz ports-96895782abfcbea69b946ea6034f94d72d1825c5.zip |
Notes
Diffstat (limited to 'dns/p5-IO-Async-Resolver-DNS/Makefile')
-rw-r--r-- | dns/p5-IO-Async-Resolver-DNS/Makefile | 6 |
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> |