aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PerlPoint-Converters
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-14 13:06:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-14 13:06:42 +0000
commit135d0737619ff59a866bdca72c77133b814defde (patch)
tree9af4fc6a27122c689e2b112c7a1faddd22119813 /textproc/p5-PerlPoint-Converters
parentb14e2ff0cddd754e2c1f36a77fc133cfca7bb47d (diff)
downloadports-135d0737619ff59a866bdca72c77133b814defde.tar.gz
ports-135d0737619ff59a866bdca72c77133b814defde.zip
Fix configure with modern Perl.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=383998
Diffstat (limited to 'textproc/p5-PerlPoint-Converters')
-rw-r--r--textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL b/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
new file mode 100644
index 000000000000..52e66b860f1b
--- /dev/null
+++ b/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
@@ -0,0 +1,12 @@
+--- Makefile.PL.orig 2006-02-08 15:06:06 UTC
++++ Makefile.PL
+@@ -6,8 +6,7 @@ use ExtUtils::MakeMaker;
+ # the package requires modern perl
+ require 5.005_03;
+
+-my $self = 0; # just to fake $self
+-my $version = ExtUtils::MM_Unix::parse_version($self, 'lib/PerlPoint/Converters.pm');
++my $version = ExtUtils::MM_Unix->parse_version('lib/PerlPoint/Converters.pm');
+
+ $ok=WriteMakefile(
+ 'NAME' => 'PerlPoint-Converters',