diff options
author | epg <epg@pkgsrc.org> | 2005-03-03 04:12:37 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-03-03 04:12:37 +0000 |
commit | 54725d7b6ab3db10a211d1865d5d6ccbe89487ae (patch) | |
tree | 584d8c1dc11610fbf302504037ac4182fa3ccea0 | |
parent | 3c87a9149ee8fbe696e64d2bee95dda9fc08e32f (diff) | |
download | pkgsrc-54725d7b6ab3db10a211d1865d5d6ccbe89487ae.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.
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/DESCR | 15 | ||||
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-ExtUtils-AutoInstall/distinfo | 4 |
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 |