pkgsrc/converters/p5-MIME-Base64/patches/patch-aa
wiz 0535526369 Update to 3.15:
2015-01-12   Gisle Aas <gisle@ActiveState.com>

   Release 3.15

   Avoid compilation warnings on Windows.

   Restore compatibility with perl-5.4
2015-01-14 13:12:09 +00:00

20 lines
531 B
Text

$NetBSD: patch-aa,v 1.6 2015/01/14 13:12:09 wiz Exp $
--- Makefile.PL.orig 2015-01-12 20:13:20.000000000 +0000
+++ Makefile.PL
@@ -1,15 +1,9 @@
require 5.004;
use ExtUtils::MakeMaker;
-my @makefileopts;
-if ($] >= 5.008 && $] < 5.012) {
- push @makefileopts, INSTALLDIRS => 'perl';
-}
-
WriteMakefile(
NAME => 'MIME::Base64',
VERSION_FROM => 'Base64.pm',
- @makefileopts,
ABSTRACT => 'The RFC 2045 encodings; base64 and quoted-printable',
AUTHOR => 'Gisle Aas <gisle@activestate.com>',