svn commit: r395264 - head/devel/p5-Parse-PerlConfig

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:51:37 UTC 2015


Author: sunpoet
Date: Tue Aug 25 14:51:36 2015
New Revision: 395264
URL: https://svnweb.freebsd.org/changeset/ports/395264

Log:
  - Add LICENSE
  - Pass maintainership to perl@

Modified:
  head/devel/p5-Parse-PerlConfig/Makefile

Modified: head/devel/p5-Parse-PerlConfig/Makefile
==============================================================================
--- head/devel/p5-Parse-PerlConfig/Makefile	Tue Aug 25 14:51:32 2015	(r395263)
+++ head/devel/p5-Parse-PerlConfig/Makefile	Tue Aug 25 14:51:36 2015	(r395264)
@@ -8,11 +8,14 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 module to use perl scripts as config files
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list