diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 20:57:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 20:57:51 +0000 |
commit | 8bdad7988d10e9162bb486a7fa6f7e2023a990ac (patch) | |
tree | 870aa3a967b0f4dbb4fdb7cb7994dd64d16ecc01 /devel/p5-Package-Stash-XS | |
parent | 9a34e4e7a3099820516d64dbcff015bc0b592d47 (diff) | |
download | pkgsrc-8bdad7988d10e9162bb486a7fa6f7e2023a990ac.tar.gz |
Initial import of p5-Package-Stash-XS-0.23:
This is a backend for p5-Package-Stash, which provides the
functionality in a way that's less buggy and much faster. It will
be used by default if it's installed, and should be preferred in
all environments with a compiler.
Diffstat (limited to 'devel/p5-Package-Stash-XS')
-rw-r--r-- | devel/p5-Package-Stash-XS/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Package-Stash-XS/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Package-Stash-XS/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Package-Stash-XS/DESCR b/devel/p5-Package-Stash-XS/DESCR new file mode 100644 index 00000000000..1e2ee7d3244 --- /dev/null +++ b/devel/p5-Package-Stash-XS/DESCR @@ -0,0 +1,4 @@ +This is a backend for p5-Package-Stash, which provides the +functionality in a way that's less buggy and much faster. It will +be used by default if it's installed, and should be preferred in +all environments with a compiler. diff --git a/devel/p5-Package-Stash-XS/Makefile b/devel/p5-Package-Stash-XS/Makefile new file mode 100644 index 00000000000..b0e79f405fe --- /dev/null +++ b/devel/p5-Package-Stash-XS/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 20:57:51 wiz Exp $ + +DISTNAME= Package-Stash-XS-0.23 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Package-Stash-XS/ +COMMENT= Perl 5 module providing a better correct Package::Stash implementation +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Package/Stash/XS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Package-Stash-XS/distinfo b/devel/p5-Package-Stash-XS/distinfo new file mode 100644 index 00000000000..71f4baffe64 --- /dev/null +++ b/devel/p5-Package-Stash-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/16 20:57:51 wiz Exp $ + +SHA1 (Package-Stash-XS-0.23.tar.gz) = 9e38a497a0e6689a4745d9c00e0a40801e19ed60 +RMD160 (Package-Stash-XS-0.23.tar.gz) = b9733847de2da15acadf8e38beddad9d8210f252 +Size (Package-Stash-XS-0.23.tar.gz) = 66634 bytes |