diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 07:55:39 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 07:55:39 +0000 |
commit | b566b03d011b232cf7e0abaa4765640d6ddde85f (patch) | |
tree | ad85177c96bea8c523bc2c1b56b4f345ad599a13 /math/p5-Set-IntSpan-Fast | |
parent | eefcac26a2d022608c78f47818909348a8ffdbb4 (diff) | |
download | ports-b566b03d011b232cf7e0abaa4765640d6ddde85f.tar.gz ports-b566b03d011b232cf7e0abaa4765640d6ddde85f.zip |
Notes
Diffstat (limited to 'math/p5-Set-IntSpan-Fast')
-rw-r--r-- | math/p5-Set-IntSpan-Fast/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile index ce811092d7ee..2a6bc7f8e917 100644 --- a/math/p5-Set-IntSpan-Fast/Makefile +++ b/math/p5-Set-IntSpan-Fast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-IntSpan-Fast -PORTVERSION= 1.11 +PORTVERSION= 1.14 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,8 @@ COMMENT= Fast handling of sets containing integer spans BUILD_DEPENDS= ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.1+ -MAN3= Set::IntSpan::Fast.3 +MAN3= Set::IntSpan::Fast.3 Set::IntSpan::Fast::PP.3 .include <bsd.port.mk> diff --git a/math/p5-Set-IntSpan-Fast/distinfo b/math/p5-Set-IntSpan-Fast/distinfo index dbdde8f7c2f2..a306d2dac474 100644 --- a/math/p5-Set-IntSpan-Fast/distinfo +++ b/math/p5-Set-IntSpan-Fast/distinfo @@ -1,3 +1,3 @@ -MD5 (Set-IntSpan-Fast-1.11.tar.gz) = 46426cff0654238d5d7c6da6e1119f96 -SHA256 (Set-IntSpan-Fast-1.11.tar.gz) = 32eab852e61bc881dd74287e7341c424b156b021ff371ad031fb5e56289bec62 -SIZE (Set-IntSpan-Fast-1.11.tar.gz) = 13071 +MD5 (Set-IntSpan-Fast-1.14.tar.gz) = d55b88ef0a898d0b8150b3053c2e6fc9 +SHA256 (Set-IntSpan-Fast-1.14.tar.gz) = 8e9695a9b7963f518a8f36d0f8cb6c64d8205a471e09ae8ffe548cef8b354a13 +SIZE (Set-IntSpan-Fast-1.14.tar.gz) = 13570 diff --git a/math/p5-Set-IntSpan-Fast/pkg-plist b/math/p5-Set-IntSpan-Fast/pkg-plist index ff8def1207f0..4399454d7a7d 100644 --- a/math/p5-Set-IntSpan-Fast/pkg-plist +++ b/math/p5-Set-IntSpan-Fast/pkg-plist @@ -1,7 +1,9 @@ %%SITE_PERL%%/Set/IntSpan/Fast.pm +%%SITE_PERL%%/Set/IntSpan/Fast/PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set +@dirrmtry %%SITE_PERL%%/Set/IntSpan/Fast @dirrmtry %%SITE_PERL%%/Set/IntSpan @dirrmtry %%SITE_PERL%%/Set |