svn commit: r385946 - head/dns/p5-Net-DNS-Async

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 10 12:45:21 UTC 2015


Author: sunpoet
Date: Sun May 10 12:45:20 2015
New Revision: 385946
URL: https://svnweb.freebsd.org/changeset/ports/385946

Log:
  - Add LICENSE
  - Pass maintainership to perl@

Modified:
  head/dns/p5-Net-DNS-Async/Makefile

Modified: head/dns/p5-Net-DNS-Async/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Async/Makefile	Sun May 10 12:45:15 2015	(r385945)
+++ head/dns/p5-Net-DNS-Async/Makefile	Sun May 10 12:45:20 2015	(r385946)
@@ -8,9 +8,12 @@ CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Asynchronous DNS helper for high volume applications
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list