diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 08:07:48 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-07-02 08:07:48 +0000 |
commit | a73a57c4d0168affda36811cc08af737a623c6b5 (patch) | |
tree | d41f136010ef00ae6fbb072e0a2e79ccb6c44e07 /math/p5-Set-IntSpan-Fast-XS | |
parent | b566b03d011b232cf7e0abaa4765640d6ddde85f (diff) | |
download | ports-a73a57c4d0168affda36811cc08af737a623c6b5.tar.gz ports-a73a57c4d0168affda36811cc08af737a623c6b5.zip |
Notes
Diffstat (limited to 'math/p5-Set-IntSpan-Fast-XS')
-rw-r--r-- | math/p5-Set-IntSpan-Fast-XS/Makefile | 26 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast-XS/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast-XS/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast-XS/pkg-plist | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/math/p5-Set-IntSpan-Fast-XS/Makefile b/math/p5-Set-IntSpan-Fast-XS/Makefile new file mode 100644 index 000000000000..c4ed143d4a30 --- /dev/null +++ b/math/p5-Set-IntSpan-Fast-XS/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: math/p5-Set-IntSpan-Fast-XS +# Date created: 02 July 2008 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Set-IntSpan-Fast-XS +PORTVERSION= 0.04 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Set +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Faster Set::IntSpan::Fast + +BUILD_DEPENDS= p5-Data-Swap>=0.07:${PORTSDIR}/devel/p5-Data-Swap \ + p5-Set-IntSpan-Fast>=1.13:${PORTSDIR}/math/p5-Set-IntSpan-Fast +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= 5.8.1+ + +MAN3= Set::IntSpan::Fast::XS.3 + +.include <bsd.port.mk> diff --git a/math/p5-Set-IntSpan-Fast-XS/distinfo b/math/p5-Set-IntSpan-Fast-XS/distinfo new file mode 100644 index 000000000000..56ecef07adae --- /dev/null +++ b/math/p5-Set-IntSpan-Fast-XS/distinfo @@ -0,0 +1,3 @@ +MD5 (Set-IntSpan-Fast-XS-0.04.tar.gz) = 66e0c3cf0a49a4d997090a77510d145e +SHA256 (Set-IntSpan-Fast-XS-0.04.tar.gz) = 551b8b79dbe12421baa2538bbd3babdbb096692befb28b26a14e126619f07364 +SIZE (Set-IntSpan-Fast-XS-0.04.tar.gz) = 12938 diff --git a/math/p5-Set-IntSpan-Fast-XS/pkg-descr b/math/p5-Set-IntSpan-Fast-XS/pkg-descr new file mode 100644 index 000000000000..1d13268eabb6 --- /dev/null +++ b/math/p5-Set-IntSpan-Fast-XS/pkg-descr @@ -0,0 +1,4 @@ +This is a drop in replacement XS based version of Set::IntSpan::Fast. +See that module for details of the interface. + +WWW: http://search.cpan.org/dist/Set-IntSpan-Fast-XS/ diff --git a/math/p5-Set-IntSpan-Fast-XS/pkg-plist b/math/p5-Set-IntSpan-Fast-XS/pkg-plist new file mode 100644 index 000000000000..f1aa2a7bf712 --- /dev/null +++ b/math/p5-Set-IntSpan-Fast-XS/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Set/IntSpan/Fast/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/XS.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS/XS.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast/XS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan/Fast +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Set/IntSpan/Fast +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/IntSpan +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Set/IntSpan +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Set |