From 084f78c03669e686fc46e9c83eb1b8f0521d8659 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 7 May 2004 01:14:20 +0000 Subject: add missing files and manpages PR: ports/66332 Submitted by: leeym@ --- databases/p5-DBI/Makefile | 4 ++++ databases/p5-DBI/pkg-plist | 2 ++ 2 files changed, 6 insertions(+) (limited to 'databases/p5-DBI') diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 3c3b6bee7fc2..a40fbcf7f8d8 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBI PORTVERSION= 1.42 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -26,6 +27,8 @@ PERL_CONFIGURE= yes MAN1= dbiprof.1 \ dbiproxy.1 MAN3= Bundle::DBI.3 \ + DBD::DBM.3 \ + DBD::File.3 \ DBD::Proxy.3 \ DBD::Sponge.3 \ DBI.3 \ @@ -42,6 +45,7 @@ MAN3= Bundle::DBI.3 \ DBI::ProfileDumper::Apache.3 \ DBI::ProxyServer.3 \ DBI::PurePerl.3 \ + DBI::SQL::Nano.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist index 24a9b364827f..09f2848a9414 100644 --- a/databases/p5-DBI/pkg-plist +++ b/databases/p5-DBI/pkg-plist @@ -1,7 +1,9 @@ bin/dbiprof bin/dbiproxy %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/DBM.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ExampleP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/NullP.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Proxy.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Sponge.pm -- cgit