Date: Sat, 21 Mar 2015 17:18:00 +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: r381808 - head/devel/p5-Parse-CPAN-Packages Message-ID: <201503211718.t2LHI05n016828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 21 17:17:59 2015 New Revision: 381808 URL: https://svnweb.freebsd.org/changeset/ports/381808 QAT: https://qat.redports.org/buildarchive/r381808/ Log: - Fix *_DEPENDS: version is already in all supported Perl releases - Add LICENSE [1] - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl Modified: head/devel/p5-Parse-CPAN-Packages/Makefile Modified: head/devel/p5-Parse-CPAN-Packages/Makefile ============================================================================== --- head/devel/p5-Parse-CPAN-Packages/Makefile Sat Mar 21 17:17:54 2015 (r381807) +++ head/devel/p5-Parse-CPAN-Packages/Makefile Sat Mar 21 17:17:59 2015 (r381808) @@ -3,6 +3,7 @@ PORTNAME= Parse-CPAN-Packages PORTVERSION= 2.40 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,14 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Parse 02packages.details.txt.gz from CPAN +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Archive-Peek>0:${PORTSDIR}/archivers/p5-Archive-Peek \ p5-CPAN-DistnameInfo>0:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \ - p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \ - p5-version>=0:${PORTSDIR}/devel/p5-version + p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-InDistDir>0:${PORTSDIR}/devel/p5-Test-InDistDir \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211718.t2LHI05n016828>