diff options
author | seb <seb> | 2010-06-14 04:32:45 +0000 |
---|---|---|
committer | seb <seb> | 2010-06-14 04:32:45 +0000 |
commit | 72366fa0e498112f2fd3f153342468cd21eb0901 (patch) | |
tree | 4ef2b99264458fe3787d029436d3c92c2e478843 /devel | |
parent | 475f230ffc5ff4565f1b8c6d5a4fe1a3523ab9ef (diff) | |
download | pkgsrc-72366fa0e498112f2fd3f153342468cd21eb0901.tar.gz |
Initial import of p5-Parse-CPAN-Packages version 2.31nb1 in the
NetBSD Packages Collection.
The Comprehensive Perl Archive Network (CPAN) is a very useful
collection of Perl code. It has several indices of the files that
it hosts, including a file named "02packages.details.txt.gz" in the
"modules" directory. This file contains lots of useful information
and the Perl 5 module Parse::CPAN::Packages provides a simple
interface to the data contained within.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Parse-CPAN-Packages/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-Parse-CPAN-Packages/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Parse-CPAN-Packages/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Parse-CPAN-Packages/DESCR b/devel/p5-Parse-CPAN-Packages/DESCR new file mode 100644 index 00000000000..9bd3822a2b8 --- /dev/null +++ b/devel/p5-Parse-CPAN-Packages/DESCR @@ -0,0 +1,6 @@ +The Comprehensive Perl Archive Network (CPAN) is a very useful +collection of Perl code. It has several indices of the files that +it hosts, including a file named "02packages.details.txt.gz" in the +"modules" directory. This file contains lots of useful information +and the Perl 5 module Parse::CPAN::Packages provides a simple +interface to the data contained within. diff --git a/devel/p5-Parse-CPAN-Packages/Makefile b/devel/p5-Parse-CPAN-Packages/Makefile new file mode 100644 index 00000000000..4d8b76c8e00 --- /dev/null +++ b/devel/p5-Parse-CPAN-Packages/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 04:32:45 seb Exp $ +# + +DISTNAME= Parse-CPAN-Packages-2.31 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Packages/ +COMMENT= Perl 5 module to parse 02packages.details.txt.gz +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Parse/CPAN/Packages/.packlist + +DEPENDS+= p5-CPAN-DistnameInfo-[0-9]*:../../devel/p5-CPAN-DistnameInfo +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Parse-CPAN-Packages/distinfo b/devel/p5-Parse-CPAN-Packages/distinfo new file mode 100644 index 00000000000..1135d4f4ebc --- /dev/null +++ b/devel/p5-Parse-CPAN-Packages/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/06/14 04:32:45 seb Exp $ + +SHA1 (Parse-CPAN-Packages-2.31.tar.gz) = dccddfbf610634b75086a374f159d5472452d59b +RMD160 (Parse-CPAN-Packages-2.31.tar.gz) = d80ab3af3ea990479b4937ac8e683c42a3af74db +Size (Parse-CPAN-Packages-2.31.tar.gz) = 8593 bytes |