mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
Perl module for abstraction and simplification of database access PR: 26958 Submitted by: Sergey Skvortsov <skv@protey.ru>
29 lines
406 B
Perl
29 lines
406 B
Perl
*** Makefile.PL.orig Sun Apr 29 19:51:53 2001
|
|
--- Makefile.PL Sun Apr 29 19:52:04 2001
|
|
***************
|
|
*** 8,13 ****
|
|
--- 8,14 ----
|
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
+ =item
|
|
# Ignore the following DBD Drivers
|
|
|
|
%ignore = ('ExampleP' => 1,
|
|
***************
|
|
*** 183,189 ****
|
|
|
|
close FH ;
|
|
}
|
|
!
|
|
|
|
WriteMakefile
|
|
(
|
|
--- 184,190 ----
|
|
|
|
close FH ;
|
|
}
|
|
! =cut
|
|
|
|
WriteMakefile
|
|
(
|