ports/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL
Mathieu Arnold f4c11f6c2c Update to 0.02
Use SITE_PERL, add WWW and a patch to generate man page
maintainer timeout (5 months)

PR:		51572
Submitted by:	myself
2003-10-02 12:55:26 +00:00

11 lines
436 B
Perl

--- Makefile.PL.orig Tue May 6 14:29:54 2003
+++ Makefile.PL Tue May 6 14:31:57 2003
@@ -5,6 +5,9 @@
'NAME' => 'Apache::DBILogConfig',
'VERSION_FROM' => 'DBILogConfig.pm', # finds $VERSION
+ 'MAN3PODS' => {
+ 'DBILogConfig.pm' => '$(INST_MAN3DIR)/Apache::DBILogConfig.$(MAN3EXT)'
+ },
'dist' => {
COMPRESS=> 'gzip -9f', SUFFIX=>'gz',
PREOP => 'pod2text DBILogConfig.pm > README',