diff options
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/patches/patch-aa | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index b27566289ef..1e5bb2a2a14 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/11/17 23:26:14 he Exp $ +# $NetBSD: Makefile,v 1.15 2009/01/06 00:40:24 he Exp $ DISTNAME= MIME-Lite-3.023 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5mil CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-Lite/patches/patch-aa b/mail/p5-MIME-Lite/patches/patch-aa new file mode 100644 index 00000000000..37d528c6a16 --- /dev/null +++ b/mail/p5-MIME-Lite/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $ + +--- Makefile.PL.orig 2008-11-17 15:20:47.000000000 +0000 ++++ Makefile.PL +@@ -21,7 +21,6 @@ my %prereq = ( + 'File::Spec' => 0, + 'Email::Date::Format' => '1.000', # first release + ); +-if (prompt("Add prereqs?",'Yes')=~/y/i) { + %prereq=( %prereq, + 'Mail::Address' => 1.62, + 'MIME::Types' => 1.13, +@@ -29,7 +28,6 @@ if (prompt("Add prereqs?",'Yes')=~/y/i) + 'MIME::Base64' => undef, + 'MIME::QuotedPrint' => undef, + ); +-} + + # Write the Makefile: + WriteMakefile( |