Date: Mon, 26 May 2014 15:32:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355368 - head/devel/p5-Class-Handle Message-ID: <201405261532.s4QFWvne096664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org +MAINTAINER= 5u623l20@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261532.s4QFWvne096664>