openbsd-ports/devel/p5-App-CLI/patches/patch-Makefile_PL

18 lines
429 B
Plaintext
Raw Normal View History

2010-11-24 10:52:06 -05:00
$OpenBSD: patch-Makefile_PL,v 1.2 2010/11/24 15:52:06 jasper Exp $
--- Makefile.PL.orig Sun Oct 24 18:08:27 2010
+++ Makefile.PL Wed Nov 24 16:47:21 2010
@@ -9,11 +9,13 @@ abstract_from ('lib/App/CLI.pm');
2006-11-11 13:12:58 -05:00
license ('perl');
version_from ('lib/App/CLI.pm');
+=pod
requires(
'Locale::Maketext::Simple' => 0,
'Getopt::Long' => '2.35',
'Pod::Simple::Text' => 0,
);
+=cut
auto_install();
2010-11-24 10:52:06 -05:00