diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-05-03 06:48:24 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-05-03 06:48:24 +0000 |
commit | 5380c04fb9d65f732a82876bc31d94479375c2e5 (patch) | |
tree | a05d5943bef395f71258bc630f18389aee3860b7 /devel/p5-Devel-GlobalDestruction | |
parent | 8700536ddaa4eb198ea69565c7c86466cc2b4a6b (diff) | |
download | freebsd-ports-5380c04fb9d65f732a82876bc31d94479375c2e5.zip |
- Update to 0.11
Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
Diffstat (limited to 'devel/p5-Devel-GlobalDestruction')
-rw-r--r-- | devel/p5-Devel-GlobalDestruction/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Devel-GlobalDestruction/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Devel-GlobalDestruction/Makefile b/devel/p5-Devel-GlobalDestruction/Makefile index e5b99cd6b578..5502d99e556a 100644 --- a/devel/p5-Devel-GlobalDestruction/Makefile +++ b/devel/p5-Devel-GlobalDestruction/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-GlobalDestruction -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Expose PL_dirty, the flag which marks global destruction LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0.001.002:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive +BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0.001.006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -22,10 +22,6 @@ MAN3= Devel::GlobalDestruction.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.2700:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -.endif - .if ${PERL_LEVEL} < 501400 PLIST_SUB+= PP="@comment " XS="" .else diff --git a/devel/p5-Devel-GlobalDestruction/distinfo b/devel/p5-Devel-GlobalDestruction/distinfo index 117ea85707ab..9af21d0fc997 100644 --- a/devel/p5-Devel-GlobalDestruction/distinfo +++ b/devel/p5-Devel-GlobalDestruction/distinfo @@ -1,2 +1,2 @@ -SHA256 (Devel-GlobalDestruction-0.10.tar.gz) = b1565e9335365d9b20c5ec4dafdb612beb9e8181d589699d23a702d2a3ef18b1 -SIZE (Devel-GlobalDestruction-0.10.tar.gz) = 7372 +SHA256 (Devel-GlobalDestruction-0.11.tar.gz) = 712a775de48285786fdd1b807fa3586407c2d95c34cc89d48977d60f85f2ac63 +SIZE (Devel-GlobalDestruction-0.11.tar.gz) = 7572 |