Date: Thu, 8 May 2014 03:03:43 +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: r353240 - head/devel/p5-Data-Clone Message-ID: <201405080303.s4833hcJ043795@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 8 03:03:43 2014 New Revision: 353240 URL: http://svnweb.freebsd.org/changeset/ports/353240 QAT: https://qat.redports.org/buildarchive/r353240/ Log: - Update to 0.004 - Add LICENSE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Clone/Changes Modified: head/devel/p5-Data-Clone/Makefile head/devel/p5-Data-Clone/distinfo Modified: head/devel/p5-Data-Clone/Makefile ============================================================================== --- head/devel/p5-Data-Clone/Makefile Thu May 8 03:03:38 2014 (r353239) +++ head/devel/p5-Data-Clone/Makefile Thu May 8 03:03:43 2014 (r353240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Clone -PORTVERSION= 0.003 +PORTVERSION= 0.004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Polymorphic data cloning -TEST_DEPENDS= p5-Test-Requires>=0.03:${PORTSDIR}/devel/p5-Test-Requires +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Requires>=0.03:${PORTSDIR}/devel/p5-Test-Requires USE_PERL5= configure USES= perl5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-Data-Clone/distinfo ============================================================================== --- head/devel/p5-Data-Clone/distinfo Thu May 8 03:03:38 2014 (r353239) +++ head/devel/p5-Data-Clone/distinfo Thu May 8 03:03:43 2014 (r353240) @@ -1,2 +1,2 @@ -SHA256 (Data-Clone-0.003.tar.gz) = 2fb8f1207a6929469d0c00b4e3b9aa22ff2c8290a100a9f51bac91a79c9c8d9a -SIZE (Data-Clone-0.003.tar.gz) = 33712 +SHA256 (Data-Clone-0.004.tar.gz) = 2fe5e179882a6b926dfef0a108b4a2c87a1ffb06892bcf2fb88e4c8f4b84383c +SIZE (Data-Clone-0.004.tar.gz) = 35033
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080303.s4833hcJ043795>