summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-InstallPaths
diff options
context:
space:
mode:
authorsno <sno>2013-07-03 07:07:52 +0000
committersno <sno>2013-07-03 07:07:52 +0000
commit2fcaf02c8fa8be8bf4afa2df1405a26458cfb716 (patch)
tree04fb22868da29ccec852c6e5c7185c409d3dc621 /devel/p5-ExtUtils-InstallPaths
parent08e78fe0f653503bd11ae043d6bb4a9fc10eaa78 (diff)
downloadpkgsrc-2fcaf02c8fa8be8bf4afa2df1405a26458cfb716.tar.gz
Adding package for CPAN distribution ExtUtils-InstallPaths version 0.009
into devel/p5-ExtUtils-InstallPaths. This module tries to make install path resolution as easy as possible. When one wants to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets one specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets one specify a temporary installation directory like /tmp/install in case one want to create bundled-up installable packages.
Diffstat (limited to 'devel/p5-ExtUtils-InstallPaths')
-rw-r--r--devel/p5-ExtUtils-InstallPaths/DESCR10
-rw-r--r--devel/p5-ExtUtils-InstallPaths/Makefile19
-rw-r--r--devel/p5-ExtUtils-InstallPaths/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-InstallPaths/DESCR b/devel/p5-ExtUtils-InstallPaths/DESCR
new file mode 100644
index 00000000000..7fc23f0a4f9
--- /dev/null
+++ b/devel/p5-ExtUtils-InstallPaths/DESCR
@@ -0,0 +1,10 @@
+This module tries to make install path resolution as easy as possible.
+
+When one wants to install a module, it needs to figure out where to install
+things. The nutshell version of how this works is that default installation
+locations are determined from ExtUtils::Config, and they may be individually
+overridden by using the install_path attribute. An install_base attribute
+lets one specify an alternative installation root like /home/foo and prefix
+does something similar in a rather different (and more complicated) way.
+destdir lets one specify a temporary installation directory like /tmp/install
+in case one want to create bundled-up installable packages.
diff --git a/devel/p5-ExtUtils-InstallPaths/Makefile b/devel/p5-ExtUtils-InstallPaths/Makefile
new file mode 100644
index 00000000000..c28544f5889
--- /dev/null
+++ b/devel/p5-ExtUtils-InstallPaths/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 07:07:52 sno Exp $
+
+DISTNAME= ExtUtils-InstallPaths-0.009
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/ExtUtils-InstallPaths/
+COMMENT= Build.PL install path logic made easy
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-ExtUtils-Config>=0.002:../../devel/p5-ExtUtils-Config
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/ExtUtils/InstallPaths/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-ExtUtils-InstallPaths/distinfo b/devel/p5-ExtUtils-InstallPaths/distinfo
new file mode 100644
index 00000000000..1fa4e817371
--- /dev/null
+++ b/devel/p5-ExtUtils-InstallPaths/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 07:07:52 sno Exp $
+
+SHA1 (ExtUtils-InstallPaths-0.009.tar.gz) = ee48c4334bdf36e2aaff33df4c91bd39379c2883
+RMD160 (ExtUtils-InstallPaths-0.009.tar.gz) = 3f2e47498de61bd699cbd994d6325f358b22bdc1
+Size (ExtUtils-InstallPaths-0.009.tar.gz) = 18496 bytes