svn commit: r355368 - head/devel/p5-Class-Handle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 15:32:58 UTC 2014


Author: sunpoet
Date: Mon May 26 15:32:57 2014
New Revision: 355368
URL: http://svnweb.freebsd.org/changeset/ports/355368
QAT: https://qat.redports.org/buildarchive/r355368/

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

Modified:
  head/devel/p5-Class-Handle/Makefile

Modified: head/devel/p5-Class-Handle/Makefile
==============================================================================
--- head/devel/p5-Class-Handle/Makefile	Mon May 26 15:32:52 2014	(r355367)
+++ head/devel/p5-Class-Handle/Makefile	Mon May 26 15:32:57 2014	(r355368)
@@ -7,14 +7,15 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Create objects that are handles to classes
 
-RUN_DEPENDS=	p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
-		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
-		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
-		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list