pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN Adding Perl-module CPAN for later additi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41bb15d35331
branches: trunk
changeset: 555412:41bb15d35331
user: sno <sno%pkgsrc.org@localhost>
date: Sun Mar 01 21:59:46 2009 +0000
description:
Adding Perl-module CPAN for later addition of CPAN::Reporter.
diffstat:
devel/p5-CPAN/DESCR | 4 ++++
devel/p5-CPAN/Makefile | 23 +++++++++++++++++++++++
devel/p5-CPAN/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 3c86e2e6d23a -r 41bb15d35331 devel/p5-CPAN/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN/DESCR Sun Mar 01 21:59:46 2009 +0000
@@ -0,0 +1,4 @@
+The CPAN module automates or at least simplifies the make and install of perl
+modules and extensions. It includes some primitive searching capabilities and
+knows how to use Net::FTP or LWP or some external download clients to fetch
+the distributions from the net.
diff -r 3c86e2e6d23a -r 41bb15d35331 devel/p5-CPAN/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN/Makefile Sun Mar 01 21:59:46 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2009/03/01 21:59:46 sno Exp $
+
+DISTNAME= CPAN-1.9301
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/
+COMMENT= Perl module to query, download and build perl modules from CPAN sites
+
+MAKE_PARAMS+= verbose
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
+
+PERL5_PACKLIST= auto/CPAN/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3c86e2e6d23a -r 41bb15d35331 devel/p5-CPAN/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN/distinfo Sun Mar 01 21:59:46 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2009/03/01 21:59:46 sno Exp $
+
+SHA1 (CPAN-1.9301.tar.gz) = 6a466f1d1c2a1387307a521f76a719db0e2bfe16
+RMD160 (CPAN-1.9301.tar.gz) = c4d633aa30d5eb0642c6b2d1f57e2a10c8976fa4
+Size (CPAN-1.9301.tar.gz) = 746768 bytes
Home |
Main Index |
Thread Index |
Old Index