aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch/files
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
commit3c77d2087b1f815313d00a661a9f80cef76b37d2 (patch)
treebccabdb6be22f2b19b92b1d64ef64d177bd0fafd /devel/p5-Log-Dispatch/files
parentab9baa1002d5d54acb71b65a34db3703a249996e (diff)
downloadports-3c77d2087b1f815313d00a661a9f80cef76b37d2.tar.gz
ports-3c77d2087b1f815313d00a661a9f80cef76b37d2.zip
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch/files')
-rw-r--r--devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL44
1 files changed, 8 insertions, 36 deletions
diff --git a/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL b/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
index 4f02ca4beff4..9343b20fc1e5 100644
--- a/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
+++ b/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
@@ -1,8 +1,8 @@
---- Makefile.PL.orig Thu May 17 18:13:04 2001
-+++ Makefile.PL Thu May 17 18:13:22 2001
-@@ -6,104 +6,8 @@
- require 5.005;
- }
+--- Makefile.PL.orig Wed Mar 5 21:03:36 2003
++++ Makefile.PL Wed Mar 5 21:03:45 2003
+@@ -3,76 +3,6 @@ use ExtUtils::MakeMaker qw( prompt Write
+ # Saves some headaches for people later.
+ use 5.005;
-{
- unless (-d './Install')
@@ -73,35 +73,7 @@
- print CFG ');';
- close CFG;
-}
-
- my %extra_pms;
--{
-- print <<'EOF';
--
--Please list any extra modules you would like added as part of this
--installation. These should be located somewhere under the Dispatch/
--directory. Please type the path after Dispatch/ (including the .pm
--extension).
-
--Press enter a blank line when you are done.
--
--EOF
--
-- while (1)
-- {
-- chomp (my $module = <STDIN>);
-- last unless $module;
--
-- if (-e "./Dispatch/$module")
-- {
-- $extra_pms{"Dispatch/$module"} = '$(INST_LIBDIR)/Dispatch/' . $module;
-- }
-- else
-- {
-- warn "Couldn't find ./Dispatch/$module\n";
-- }
-- }
--}
-
-
-
+ WriteMakefile(
+ 'NAME' => 'Log::Dispatch',
+ 'VERSION_FROM' => 'Dispatch.pm',