summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb>2009-08-22 12:01:36 +0000
committerseb <seb>2009-08-22 12:01:36 +0000
commit4fad53735ba3550e29a6e4aaef729061dcf4c719 (patch)
tree0b225564ac3751cbf53d7668cdd96cf0260d85d7 /devel
parentbb809e5bb5e48d0dcb9235ea4d3676ce6628eb0c (diff)
downloadpkgsrc-4fad53735ba3550e29a6e4aaef729061dcf4c719.tar.gz
Initial import of p5-lib-abs version 0.90 in the NetBSD Packages
Collection. The Perl 5 module lib::abs 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')
-rw-r--r--devel/p5-lib-abs/DESCR4
-rw-r--r--devel/p5-lib-abs/Makefile24
-rw-r--r--devel/p5-lib-abs/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-lib-abs/DESCR b/devel/p5-lib-abs/DESCR
new file mode 100644
index 00000000000..460affe05d9
--- /dev/null
+++ b/devel/p5-lib-abs/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module lib::abs 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-lib-abs/Makefile b/devel/p5-lib-abs/Makefile
new file mode 100644
index 00000000000..1de2b30cd2d
--- /dev/null
+++ b/devel/p5-lib-abs/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/22 12:01:37 seb Exp $
+#
+
+DISTNAME= lib-abs-0.90
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=lib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/lib-abs/
+COMMENT= Perl 5 module to add in @INC absolute paths from relative ones
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/lib/abs/.packlist
+# This module uses Module::Install but only depends on modern
+# core modules so there is no need to bring in the build dependencies
+# of devel/p5-Module-Install
+#PERL5_MODULE_TYPE= Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-lib-abs/distinfo b/devel/p5-lib-abs/distinfo
new file mode 100644
index 00000000000..8bb008a2157
--- /dev/null
+++ b/devel/p5-lib-abs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/22 12:01:37 seb Exp $
+
+SHA1 (lib-abs-0.90.tar.gz) = 8d29091cccbca49e8f74899f683e3a9c575f9ae5
+RMD160 (lib-abs-0.90.tar.gz) = e83c7a1ec8bbb64637a47d1b079c6108bdcb4d85
+Size (lib-abs-0.90.tar.gz) = 36960 bytes