diff options
author | culot <culot@FreeBSD.org> | 2012-02-18 00:46:09 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-02-18 00:46:09 +0800 |
commit | 3fcb7195815c2a6d1160c357dd3303f52fb4fcc7 (patch) | |
tree | 8f3a5f310f4e12b41da5acddd335c8e239a8ade2 /devel | |
parent | 9844c114a251bfeb3b48fd9be952783851be5b07 (diff) | |
download | freebsd-ports-gnome-3fcb7195815c2a6d1160c357dd3303f52fb4fcc7.tar.gz freebsd-ports-gnome-3fcb7195815c2a6d1160c357dd3303f52fb4fcc7.tar.zst freebsd-ports-gnome-3fcb7195815c2a6d1160c357dd3303f52fb4fcc7.zip |
- Update to 0.10
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/B-Hooks-EndOfScope/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-B-Hooks-EndOfScope/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-B-Hooks-EndOfScope/distinfo | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/devel/p5-B-Hooks-EndOfScope/Makefile b/devel/p5-B-Hooks-EndOfScope/Makefile index d86e42894f85..e807a94adfab 100644 --- a/devel/p5-B-Hooks-EndOfScope/Makefile +++ b/devel/p5-B-Hooks-EndOfScope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= B-Hooks-EndOfScope -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Execute code after a scope finished compilation -RUN_DEPENDS= p5-Variable-Magic>=0.31:${PORTSDIR}/devel/p5-Variable-Magic \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Variable-Magic>=0.34:${PORTSDIR}/devel/p5-Variable-Magic \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= B::Hooks::EndOfScope.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-B-Hooks-EndOfScope/distinfo b/devel/p5-B-Hooks-EndOfScope/distinfo index beab821d7613..5fa1a647f55b 100644 --- a/devel/p5-B-Hooks-EndOfScope/distinfo +++ b/devel/p5-B-Hooks-EndOfScope/distinfo @@ -1,2 +1,2 @@ -SHA256 (B-Hooks-EndOfScope-0.09.tar.gz) = 6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa994 -SIZE (B-Hooks-EndOfScope-0.09.tar.gz) = 10841 +SHA256 (B-Hooks-EndOfScope-0.10.tar.gz) = f0a8f4ca3481fa0fbff5dc07571b10f6a351523691bf3bcffa929360770cf2ae +SIZE (B-Hooks-EndOfScope-0.10.tar.gz) = 11597 |