diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:03:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:03:43 +0000 |
commit | 61545333f98716fc117092dc54c9631b3ca98a36 (patch) | |
tree | 31d64d10b0f3f0fac612f2727577926e69f082cd /devel/p5-Data-Clone/Makefile | |
parent | 8c80e22b4e4bcfdf78749d5154aa871bd04ab307 (diff) | |
download | ports-61545333f98716fc117092dc54c9631b3ca98a36.tar.gz ports-61545333f98716fc117092dc54c9631b3ca98a36.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Clone/Makefile')
-rw-r--r-- | devel/p5-Data-Clone/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/devel/p5-Data-Clone/Makefile b/devel/p5-Data-Clone/Makefile index 01aa04b6a9a6..dc5f970d8e5b 100644 --- a/devel/p5-Data-Clone/Makefile +++ b/devel/p5-Data-Clone/Makefile @@ -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> |