summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-AutoInstall
diff options
context:
space:
mode:
authorepg <epg>2005-03-03 04:12:37 +0000
committerepg <epg>2005-03-03 04:12:37 +0000
commit74afd0752efb02036e81654c0753bd23edbe61bd (patch)
tree584d8c1dc11610fbf302504037ac4182fa3ccea0 /devel/p5-ExtUtils-AutoInstall
parentfcca25977414c3d8bbbf2cb3c7ef03e1e9f89ce9 (diff)
downloadpkgsrc-74afd0752efb02036e81654c0753bd23edbe61bd.tar.gz
Import ExtUtils-AutoInstall-0.61.
This module lets Makefile.PL automatically install dependencies via CPAN or CPANPLUS. * Features - Letting the user enable/disable optional dependencies. - Support sane defaults by probing for the machine's capability. - If not inside a cpan shell, use CPAN.pm to install dependencies. - Enable/disable the associated tests automatically. - Supply UNINST=1 when it is safe and possibly needed. - Checks MANIFEST to avoid unnecessary grepping of EXE_FILES. - Utilizes CPANPLUS and/or Sort::Versions where feasible. - Offers check-only and skip-all Makefile.PL targets. - Offers check-only and install-only Makefile targets. - Take advantage of the 'sudo' command where available.
Diffstat (limited to 'devel/p5-ExtUtils-AutoInstall')
-rw-r--r--devel/p5-ExtUtils-AutoInstall/DESCR15
-rw-r--r--devel/p5-ExtUtils-AutoInstall/Makefile19
-rw-r--r--devel/p5-ExtUtils-AutoInstall/PLIST1
-rw-r--r--devel/p5-ExtUtils-AutoInstall/distinfo4
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-AutoInstall/DESCR b/devel/p5-ExtUtils-AutoInstall/DESCR
new file mode 100644
index 00000000000..b4948a074a4
--- /dev/null
+++ b/devel/p5-ExtUtils-AutoInstall/DESCR
@@ -0,0 +1,15 @@
+This module lets Makefile.PL automatically install dependencies
+via CPAN or CPANPLUS.
+
+* Features
+
+- Letting the user enable/disable optional dependencies.
+- Support sane defaults by probing for the machine's capability.
+- If not inside a cpan shell, use CPAN.pm to install dependencies.
+- Enable/disable the associated tests automatically.
+- Supply UNINST=1 when it is safe and possibly needed.
+- Checks MANIFEST to avoid unnecessary grepping of EXE_FILES.
+- Utilizes CPANPLUS and/or Sort::Versions where feasible.
+- Offers check-only and skip-all Makefile.PL targets.
+- Offers check-only and install-only Makefile targets.
+- Take advantage of the 'sudo' command where available.
diff --git a/devel/p5-ExtUtils-AutoInstall/Makefile b/devel/p5-ExtUtils-AutoInstall/Makefile
new file mode 100644
index 00000000000..d71758969c3
--- /dev/null
+++ b/devel/p5-ExtUtils-AutoInstall/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
+
+DISTNAME= ExtUtils-AutoInstall-0.61
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+COMMENT= Lets Makefile.PL automatically install dependencies
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/AutoInstall/.packlist
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-ExtUtils-AutoInstall/PLIST b/devel/p5-ExtUtils-AutoInstall/PLIST
new file mode 100644
index 00000000000..f7ba5d38f8e
--- /dev/null
+++ b/devel/p5-ExtUtils-AutoInstall/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
diff --git a/devel/p5-ExtUtils-AutoInstall/distinfo b/devel/p5-ExtUtils-AutoInstall/distinfo
new file mode 100644
index 00000000000..620ed11e11f
--- /dev/null
+++ b/devel/p5-ExtUtils-AutoInstall/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
+
+SHA1 (ExtUtils-AutoInstall-0.61.tar.gz) = 133d3f0bd648e26f337533c726b3b5598605f97e
+Size (ExtUtils-AutoInstall-0.61.tar.gz) = 26021 bytes