summaryrefslogtreecommitdiff
path: root/security/p5-GnuPG-Interface/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-GnuPG-Interface/patches/patch-ab')
-rw-r--r--security/p5-GnuPG-Interface/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p5-GnuPG-Interface/patches/patch-ab b/security/p5-GnuPG-Interface/patches/patch-ab
new file mode 100644
index 00000000000..ba91f75d756
--- /dev/null
+++ b/security/p5-GnuPG-Interface/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/03/04 20:57:50 tv Exp $
+
+--- Makefile.PL.orig 2005-03-04 15:44:26.000000000 -0500
++++ Makefile.PL
+@@ -40,7 +40,7 @@ WriteMakefile
+ VERSION_FROM => File::Spec->catfile( $gnupg_base, 'Interface.pm' ),
+
+ PREREQ_PM => {
+- 'Class::MethodMaker' => 1.00,
++ 'Class::MakeMethods' => 1.010,
+ },
+
+ PM => { %pm_install_hash },