svn commit: r565569 - head/dns/p5-IO-Async-Resolver-DNS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 18:03:38 UTC 2021


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>


More information about the svn-ports-all mailing list