freebsd-ports/textproc/p5-SGML-Parser-OpenSP/files/patch-Makefile.PL
Chin-San Huang 7e4b26ddf0 Add p5-SGML-Parser-OpenSP 0.100r1, parse SGML documents using OpenSP.
PR:		ports/114975
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
Approved by:	rafan (mentor, implicit)
2007-07-28 19:31:51 +00:00

13 lines
533 B
Perl

--- Makefile.PL.orig 2007-07-29 03:05:27.000000000 +0800
+++ Makefile.PL 2007-07-29 03:06:38.000000000 +0800
@@ -26,6 +26,10 @@
Test::Exception => 0,
File::Temp => 0,
},
+ PM => {
+ 'lib/SGML/Parser/OpenSP.pm' => '$(INST_LIB)/SGML/Parser/OpenSP.pm',
+ 'lib/SGML/Parser/OpenSP/Tools.pm' => '$(INST_LIB)/SGML/Parser/OpenSP/Tools.pm'
+ },
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/SGML/Parser/OpenSP.pm',
AUTHOR => 'Bjoern Hoehrmann <bjoern@hoehrmann.de>') : ()),