summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-16 21:30:20 +0000
committerwiz <wiz@pkgsrc.org>2011-08-16 21:30:20 +0000
commit1ba5dd7058e961ef881e15eb6abe20e7ab7e363c (patch)
tree4ae6ba4d386560eca52c1425f8cc60ed0d0a0cbc
parent213dad73e0ad042c37870bc87cac11c35809de81 (diff)
downloadpkgsrc-1ba5dd7058e961ef881e15eb6abe20e7ab7e363c.tar.gz
Initial import of CPAN-Meta-2.112150.
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.
-rw-r--r--devel/p5-CPAN-Meta/DESCR9
-rw-r--r--devel/p5-CPAN-Meta/Makefile18
-rw-r--r--devel/p5-CPAN-Meta/distinfo5
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