mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Module::Install is a a standalone, extensible installer for Perl modules. - It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker. WWW: http://search.cpan.org/dist/Module-Install/ PR: ports/71794 Submitted by: clsung Approved by: co-mentor (vanilla)
17 lines
587 B
Perl
17 lines
587 B
Perl
--- Makefile.PL.orig Thu Sep 9 21:26:15 2004
|
|
+++ Makefile.PL Thu Sep 16 14:49:44 2004
|
|
@@ -24,10 +24,10 @@
|
|
recommends ('Module::ScanDeps' => 0.28),
|
|
recommends ('Module::CoreList'),
|
|
],
|
|
- 'Bundle other CPAN packages' => [
|
|
- -default => 0,
|
|
- recommends ('CPANPLUS' => 0.040),
|
|
- ],
|
|
+# 'Bundle other CPAN packages' => [
|
|
+# -default => 0,
|
|
+# recommends ('CPANPLUS' => 0.040),
|
|
+# ],
|
|
'PAR-based binary distributions' => [
|
|
-default => 0,
|
|
recommends ('PAR::Dist' => 0.03),
|