summaryrefslogtreecommitdiff
path: root/devel/p5-ex-lib
diff options
context:
space:
mode:
authorseb <seb>2009-03-14 21:09:36 +0000
committerseb <seb>2009-03-14 21:09:36 +0000
commit1f12956cfcffad484204fc08095bd7c1c27f0cd6 (patch)
tree68a85dd5abe7f3a387e2adb854cf62d56cd8a596 /devel/p5-ex-lib
parent69ef3d635dec0ab783536541d58c7e963d3e678a (diff)
downloadpkgsrc-1f12956cfcffad484204fc08095bd7c1c27f0cd6.tar.gz
Initial import of p5-ex-lib version 0.05 in the NetBSD Packages
Collection. The Perl 5 module ex::lib is a library to transform relative paths to absolute paths at the BEGIN stage, and push them to @INC. Relative path origin is not the current working directory, but the location of the file the statement is in.
Diffstat (limited to 'devel/p5-ex-lib')
-rw-r--r--devel/p5-ex-lib/DESCR4
-rw-r--r--devel/p5-ex-lib/Makefile19
-rw-r--r--devel/p5-ex-lib/distinfo5
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-ex-lib/DESCR b/devel/p5-ex-lib/DESCR
new file mode 100644
index 00000000000..1bea9f8bc19
--- /dev/null
+++ b/devel/p5-ex-lib/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module ex::lib is a library to transform relative paths
+to absolute paths at the BEGIN stage, and push them to @INC. Relative
+path origin is not the current working directory, but the location
+of the file the statement is in.
diff --git a/devel/p5-ex-lib/Makefile b/devel/p5-ex-lib/Makefile
new file mode 100644
index 00000000000..8b4e0d9a9bb
--- /dev/null
+++ b/devel/p5-ex-lib/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/14 21:09:36 seb Exp $
+#
+
+DISTNAME= ex-lib-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ex/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/ex-lib/
+COMMENT= Perl 5 module to add in @INC absolute paths from relative ones
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/ex/lib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-ex-lib/distinfo b/devel/p5-ex-lib/distinfo
new file mode 100644
index 00000000000..39058641495
--- /dev/null
+++ b/devel/p5-ex-lib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/14 21:09:36 seb Exp $
+
+SHA1 (ex-lib-0.05.tar.gz) = 8a1b961ff489132381b741d4e4edb39c17ab074f
+RMD160 (ex-lib-0.05.tar.gz) = 3430a3e71e0a64b5c66eaf0324146b0d8b9ea5d8
+Size (ex-lib-0.05.tar.gz) = 34888 bytes