diff options
-rw-r--r-- | devel/p5-CPAN-Meta/DESCR | 9 | ||||
-rw-r--r-- | devel/p5-CPAN-Meta/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-CPAN-Meta/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Meta/DESCR b/devel/p5-CPAN-Meta/DESCR new file mode 100644 index 00000000000..aaf79fbecca --- /dev/null +++ b/devel/p5-CPAN-Meta/DESCR @@ -0,0 +1,9 @@ +Software distributions released to the CPAN include a META.json +or, for older distributions, META.yml, which describes the +distribution, its contents, and the requirements for building and +installing the distribution. The data structure stored in the +META.json file is described in CPAN::Meta::Spec. + +CPAN::Meta provides a simple class to represent this distribution +metadata (or distmeta), along with some helpful methods for +interrogating that data. diff --git a/devel/p5-CPAN-Meta/Makefile b/devel/p5-CPAN-Meta/Makefile new file mode 100644 index 00000000000..454f7e47012 --- /dev/null +++ b/devel/p5-CPAN-Meta/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/16 21:30:20 wiz Exp $ + +DISTNAME= CPAN-Meta-2.112150 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CPAN-Meta/ +COMMENT= Perl module for handling the distribution metadata for a CPAN dist +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/CPAN/Meta/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CPAN-Meta/distinfo b/devel/p5-CPAN-Meta/distinfo new file mode 100644 index 00000000000..f236e1b4a43 --- /dev/null +++ b/devel/p5-CPAN-Meta/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/16 21:30:20 wiz Exp $ + +SHA1 (CPAN-Meta-2.112150.tar.gz) = 1051950aee928df3e80898030c88ca7235b78fee +RMD160 (CPAN-Meta-2.112150.tar.gz) = 02f7686ade714a87634cfd6a9f7f30dc92b4c482 +Size (CPAN-Meta-2.112150.tar.gz) = 75201 bytes |