diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-03-04 23:40:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-03-04 23:40:40 +0800 |
commit | 0ac1b8d2dfc1f855afe9f7e96052b3d8d5b4a90f (patch) | |
tree | c5a9bb3fefb89148fff8daaf06d593b5b377b987 /databases/p5-DBI-137/Makefile | |
parent | 77bde70e88337e67ad78ab0f45e58ad2597dfbd3 (diff) | |
download | freebsd-ports-gnome-0ac1b8d2dfc1f855afe9f7e96052b3d8d5b4a90f.tar.gz freebsd-ports-gnome-0ac1b8d2dfc1f855afe9f7e96052b3d8d5b4a90f.tar.zst freebsd-ports-gnome-0ac1b8d2dfc1f855afe9f7e96052b3d8d5b4a90f.zip |
Upgrade to 1.34.
Submitted by: kuriyama
Diffstat (limited to 'databases/p5-DBI-137/Makefile')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index ef905e96ae75..bd0dd042a2b5 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.32 +PORTVERSION= 1.34 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -19,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= dbiproxy.1 \ - dbish.1 +MAN1= dbiprof.1 \ + dbiproxy.1 MAN3= Bundle::DBI.3 \ DBD::Proxy.3 \ DBI.3 \ @@ -29,6 +29,7 @@ MAN3= Bundle::DBI.3 \ DBI::Const::GetInfoReturn.3 \ DBI::Const::GetInfoType.3 \ DBI::DBD.3 \ + DBI::DBD::Metadata.3 \ DBI::FAQ.3 \ DBI::Format.3 \ DBI::Profile.3 \ @@ -37,7 +38,6 @@ MAN3= Bundle::DBI.3 \ DBI::ProfileDumper::Apache.3 \ DBI::ProxyServer.3 \ DBI::PurePerl.3 \ - DBI::Shell.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |