Date: Wed, 17 Feb 2021 18:03:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565569 - head/dns/p5-IO-Async-Resolver-DNS Message-ID: <202102171803.11HI3WTX084625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 17 18:03:31 2021 New Revision: 565569 URL: https://svnweb.freebsd.org/changeset/ports/565569 Log: Add LICENSE_FILE Modified: head/dns/p5-IO-Async-Resolver-DNS/Makefile Modified: head/dns/p5-IO-Async-Resolver-DNS/Makefile ============================================================================== --- head/dns/p5-IO-Async-Resolver-DNS/Makefile Wed Feb 17 18:03:26 2021 (r565568) +++ head/dns/p5-IO-Async-Resolver-DNS/Makefile Wed Feb 17 18:03:31 2021 (r565569) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171803.11HI3WTX084625>