summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-07 01:14:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-07 01:14:20 +0000
commit084f78c03669e686fc46e9c83eb1b8f0521d8659 (patch)
treea0fa350b4196e00bb5049b9e41691013b01b4ea5 /databases/p5-DBI
parent- Update to 7.6.6 Release (diff)
add missing files and manpages
PR: ports/66332 Submitted by: leeym@
Notes
Notes: svn path=/head/; revision=108591
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile4
-rw-r--r--databases/p5-DBI/pkg-plist2
2 files changed, 6 insertions, 0 deletions
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