diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-27 02:54:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-27 02:54:56 +0000 |
commit | b29c73b73231999a477c364ac55c15fe7a6d38e2 (patch) | |
tree | 75a1747067703ed274ed596aa4e6d5becc45a608 /devel | |
parent | 6e566afb260a5468c051da1347b83a09cf2aada1 (diff) |
- Update to 0.05
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
Notes
Notes:
svn path=/head/; revision=295593
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 |