summaryrefslogtreecommitdiff
path: root/devel/p5-local-lib
diff options
context:
space:
mode:
authorseb <seb>2009-02-01 17:38:41 +0000
committerseb <seb>2009-02-01 17:38:41 +0000
commit2b127cfce17291b309c411b21aa5a15687823d25 (patch)
tree31504c798c39d2a5be6e80821e3f1f83b5b985fb /devel/p5-local-lib
parenta4f6230b23ac413cf89e54ab08901bbf204c21f5 (diff)
downloadpkgsrc-2b127cfce17291b309c411b21aa5a15687823d25.tar.gz
Initial import of p5-local-lib version 1.3.1 in the NetBSD Packages
Collection. The Perl 5 module local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's @INC. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application.
Diffstat (limited to 'devel/p5-local-lib')
-rw-r--r--devel/p5-local-lib/DESCR6
-rw-r--r--devel/p5-local-lib/Makefile19
-rw-r--r--devel/p5-local-lib/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-local-lib/DESCR b/devel/p5-local-lib/DESCR
new file mode 100644
index 00000000000..080c2618ebd
--- /dev/null
+++ b/devel/p5-local-lib/DESCR
@@ -0,0 +1,6 @@
+The Perl 5 module local::lib allows for the bootstrapping and usage
+of a directory containing Perl modules outside of Perl's @INC. This
+makes it easier to ship an application with an app-specific copy
+of a Perl module, or collection of modules. Useful in cases like
+when an upstream maintainer hasn't applied a patch to a module of
+theirs that you need for your application.
diff --git a/devel/p5-local-lib/Makefile b/devel/p5-local-lib/Makefile
new file mode 100644
index 00000000000..0130cc2a39e
--- /dev/null
+++ b/devel/p5-local-lib/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 17:38:41 seb Exp $
+#
+
+DISTNAME= local-lib-1.003001
+PKGNAME= p5-local-lib-1.3.1
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AP/APEIRON/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/local-lib/
+COMMENT= Create and use a local lib/ for perl modules with PERL5LIB
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/local/lib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-local-lib/distinfo b/devel/p5-local-lib/distinfo
new file mode 100644
index 00000000000..55532560662
--- /dev/null
+++ b/devel/p5-local-lib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/01 17:38:41 seb Exp $
+
+SHA1 (local-lib-1.003001.tar.gz) = 63d340d4aba19ad2172236a05711fde5f2971bea
+RMD160 (local-lib-1.003001.tar.gz) = 195473f4f70c957cb63c2f4e0d7778defcd0dd51
+Size (local-lib-1.003001.tar.gz) = 24497 bytes