summaryrefslogtreecommitdiff
path: root/security/p5-Authen-Radius/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-Radius/files/patch-aa')
-rw-r--r--security/p5-Authen-Radius/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-Authen-Radius/files/patch-aa b/security/p5-Authen-Radius/files/patch-aa
new file mode 100644
index 000000000000..c6072caca183
--- /dev/null
+++ b/security/p5-Authen-Radius/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig Thu Sep 11 13:37:04 1997
++++ Makefile.PL Thu Sep 11 13:37:13 1997
+@@ -4,7 +4,7 @@
+ WriteMakefile(
+ 'NAME' => 'Authen::Radius',
+ 'DISTNAME' => 'RadiusPerl',
+- 'VERSION_FROM' => 'Authen/Radius.pm', # finds $VERSION
++ 'VERSION_FROM' => 'Radius.pm', # finds $VERSION
+ 'PREREQ_PM' => { MD5 => 1.7, IO => 1.12 },
+ 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+ );