opnsense-ports/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

9 lines
275 B
Perl

--- LibXML/Makefile.PL.orig Fri Sep 5 09:11:38 2003
+++ LibXML/Makefile.PL Fri Sep 5 09:11:56 2003
@@ -9,5 +9,5 @@
print "OK\n";
WriteMakefile(
'NAME' => 'XML::SimpleObject::LibXML',
- 'VERSION_FROM' => 'LibXML.pm', # finds $VERSION
+ 'VERSION' => '0.53',
);