svn commit: r382536 - head/devel/p5-Config-INI-Reader-Ordered

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 18:41:50 UTC 2015


Author: sunpoet
Date: Sat Mar 28 18:41:48 2015
New Revision: 382536
URL: https://svnweb.freebsd.org/changeset/ports/382536
QAT: https://qat.redports.org/buildarchive/r382536/

Log:
  - Add LICENSE
  - Add TEST_DEPENDS

Modified:
  head/devel/p5-Config-INI-Reader-Ordered/Makefile

Modified: head/devel/p5-Config-INI-Reader-Ordered/Makefile
==============================================================================
--- head/devel/p5-Config-INI-Reader-Ordered/Makefile	Sat Mar 28 18:34:46 2015	(r382535)
+++ head/devel/p5-Config-INI-Reader-Ordered/Makefile	Sat Mar 28 18:41:48 2015	(r382536)
@@ -11,8 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	INI-file parser that returns sections in order
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list