openbsd-ports/devel/p5-App-CLI/patches/patch-Makefile_PL
2006-11-11 18:12:58 +00:00

18 lines
465 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/11 18:12:58 espie Exp $
--- Makefile.PL.orig Sat Nov 11 16:22:03 2006
+++ Makefile.PL Sat Nov 11 16:22:16 2006
@@ -8,11 +8,13 @@ abstract_from ('lib/App/CLI.pm');
license ('perl');
version_from ('lib/App/CLI.pm');
+=pod
requires(
'Locale::Maketext::Simple' => 0,
'Getopt::Long' => '2.35',
'Pod::Simple::Text' => 0,
);
+=cut
include('ExtUtils::AutoInstall');
auto_install();