openbsd-ports/converters/p5-MIME-Base64/patches/patch-Makefile_PL
todd a814959b8c Initial import of MIME::Base64
Base64 and Quoted-Printable encodings
2005-01-14 17:44:26 +00:00

11 lines
425 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2005/01/14 17:44:26 todd Exp $
--- Makefile.PL.orig Wed Jan 12 19:27:49 2005
+++ Makefile.PL Wed Jan 12 19:27:58 2005
@@ -6,6 +6,4 @@ WriteMakefile(
VERSION_FROM => 'Base64.pm',
EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- ($] >= 5.008) ?
- (INSTALLDIRS => 'perl') : (),
);