svn commit: r355174 - head/devel/p5-Test-TAP-Model

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:37:26 UTC 2014


Author: sunpoet
Date: Sun May 25 12:37:26 2014
New Revision: 355174
URL: http://svnweb.freebsd.org/changeset/ports/355174
QAT: https://qat.redports.org/buildarchive/r355174/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove TEST_DEPENDS
  
  PR:		ports/189519
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Test-TAP-Model/Makefile

Modified: head/devel/p5-Test-TAP-Model/Makefile
==============================================================================
--- head/devel/p5-Test-TAP-Model/Makefile	Sun May 25 12:37:21 2014	(r355173)
+++ head/devel/p5-Test-TAP-Model/Makefile	Sun May 25 12:37:26 2014	(r355174)
@@ -8,13 +8,15 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Accessible result collector for Test::Harness::Straps runs
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Method-Alias>=0:${PORTSDIR}/devel/p5-Method-Alias \
 		p5-Test-Harness-Straps>=0.30:${PORTSDIR}/devel/p5-Test-Harness-Straps
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Simple>=0.53:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list