aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-05-07 09:14:20 +0800
committervanilla <vanilla@FreeBSD.org>2004-05-07 09:14:20 +0800
commitbd01e18dfe053a347e04d99593aa52c5a8c89de4 (patch)
tree2661a55c122577e48b505bf12f5873503ed25ed6
parent2621693a39f83e327ac3e7a189a6f7feb6826a2a (diff)
downloadfreebsd-ports-gnome-bd01e18dfe053a347e04d99593aa52c5a8c89de4.tar.gz
freebsd-ports-gnome-bd01e18dfe053a347e04d99593aa52c5a8c89de4.tar.zst
freebsd-ports-gnome-bd01e18dfe053a347e04d99593aa52c5a8c89de4.zip
add missing files and manpages
PR: ports/66332 Submitted by: leeym@
-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