pkgsrc/mail/p5-Mail-SRS/patches/patch-aa
tv 7531d01b9f Update to 0.31. Fix HOMEPAGE (moved).
Notable changes (no changelog to speak of):
- added srsc command line client to srsd
- fixed upper/lower case comparisons in domain matching
2004-11-29 02:19:20 +00:00

22 lines
591 B
Text

$NetBSD: patch-aa,v 1.2 2004/11/29 02:19:20 tv Exp $
--- Makefile.PL.orig 2004-06-23 17:53:43.000000000 -0400
+++ Makefile.PL
@@ -1,6 +1,8 @@
use 5.006;
use ExtUtils::MakeMaker;
+open(STDIN, '</dev/null');
+
# Thanks to YAML
my @programs = ();
for (split "\n", <<'QUERIES') {
@@ -27,7 +29,7 @@ WriteMakefile(
'Fcntl' => 0,
'Carp' => 0,
'Exporter' => 0,
- 'Getopt::Long' => 2.30,
+ 'Getopt::Long' => 0,
}, # e.g., Module::Name => 1.1
ABSTRACT_FROM => 'lib/Mail/SRS.pm', # retrieve abstract from module
AUTHOR => 'Shevek <cpan@anarres.org>',