openbsd-ports/devel/catalyst/patches/patch-Makefile_PL
espie e1444b8849 the `official' catalyst development bundle.
renamed to catalyst, as we do not use CPAN terminology there...
2006-11-06 14:28:43 +00:00

23 lines
493 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/06 14:28:43 espie Exp $
--- Makefile.PL.orig Mon Nov 6 15:18:09 2006
+++ Makefile.PL Mon Nov 6 15:18:44 2006
@@ -8,8 +8,9 @@ license('perl');
include('ExtUtils::AutoInstall');
-requires( 'Catalyst' => '5.65' );
+#requires( 'Catalyst' => '5.65' );
+=pod
features(
'Log4perl Support' => [
-default => 1,
@@ -87,6 +88,7 @@ features(
'DBD::SQLite' => 0
]
);
+=cut
auto_install();
&WriteAll;