diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-27 10:54:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-27 10:54:56 +0800 |
commit | 3032104690f7c9af196b454098255247788dc637 (patch) | |
tree | 6e27c2eff49ea2e1695b96ee061791a2a53f9c35 /devel | |
parent | ba5a5a81f765b0a36f94afd4a6994423ead14be0 (diff) | |
download | freebsd-ports-gnome-3032104690f7c9af196b454098255247788dc637.tar.gz freebsd-ports-gnome-3032104690f7c9af196b454098255247788dc637.tar.zst freebsd-ports-gnome-3032104690f7c9af196b454098255247788dc637.zip |
- Update to 0.05
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-GlobalDestruction/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Devel-GlobalDestruction/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/p5-Devel-GlobalDestruction/Makefile b/devel/p5-Devel-GlobalDestruction/Makefile index 3b00babf5ee4..0391fb1e0459 100644 --- a/devel/p5-Devel-GlobalDestruction/Makefile +++ b/devel/p5-Devel-GlobalDestruction/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Devel-GlobalDestruction -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Expose PL_dirty, the flag which marks global destruction +BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter PERL_CONFIGURE= yes @@ -22,6 +23,10 @@ MAN3= Devel::GlobalDestruction.3 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 501200 +BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +.endif + .if ${PERL_LEVEL} < 501400 PLIST_SUB+= OLD_PERL_PLIST="" NEW_PERL_PLIST="@comment " .else diff --git a/devel/p5-Devel-GlobalDestruction/distinfo b/devel/p5-Devel-GlobalDestruction/distinfo index 08bd7846876b..d0eb5409383b 100644 --- a/devel/p5-Devel-GlobalDestruction/distinfo +++ b/devel/p5-Devel-GlobalDestruction/distinfo @@ -1,2 +1,2 @@ -SHA256 (Devel-GlobalDestruction-0.04.tar.gz) = faec17ff76bc12750de556d76e6abf77a43889849a976c54cc456c38ea73a368 -SIZE (Devel-GlobalDestruction-0.04.tar.gz) = 46820 +SHA256 (Devel-GlobalDestruction-0.05.tar.gz) = b3f837f4001b03dd8ea8013480042776ffd85f062a19d3eb5c0ba752fe3583cb +SIZE (Devel-GlobalDestruction-0.05.tar.gz) = 48866 |