freebsd-ports/textproc/p5-XML-Sablotron/files/patch-Makefile.PL
Vanilla I. Shu f1528cf424 Upgrade to 0.52.
PR:		ports/26951
Submitted by:	maintainer
2001-04-29 18:59:47 +00:00

23 lines
521 B
Perl

*** Makefile.PL.orig Sun Apr 29 14:54:12 2001
--- Makefile.PL Sun Apr 29 14:55:07 2001
***************
*** 45,50 ****
--- 45,51 ----
my $DEBUG = delete $config{DEBUG};
+ =item
if (delete $config{CHARLIE}) {
$config{LIBS} = "-L$ENV{CHARLIE_HOME}/lib -lsablot -lexpat";
$config{INC} = '-I$(CHARLIE_HOME)/include';
***************
*** 96,101 ****
--- 97,103 ----
\$ $^X Makefile.PL LIBS='-L/path/to/sablot/lib -lexpat -lsablot'
DEATH
+ =cut
WriteMakefile(
NAME => 'XML::Sablotron',