diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 08:28:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-23 08:28:46 +0000 |
commit | eb25cbdd0e5e576166c8ee2b10cb5e6d9be6816b (patch) | |
tree | 53a502b92b631e1213b62939407acae13a2c759a /databases/p5-DBI | |
parent | b6547760ffc1321dfa6eac95a974a86d42c4d1cc (diff) | |
download | ports-eb25cbdd0e5e576166c8ee2b10cb5e6d9be6816b.tar.gz ports-eb25cbdd0e5e576166c8ee2b10cb5e6d9be6816b.zip |
Notes
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 44bbb09fc3c9..a353acabb623 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-DBI -# Version required: 1.12 +# Version required: 1.13 # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= DBI-1.12 -PKGNAME= p5-DBI-1.12 +DISTNAME= DBI-1.13 +PKGNAME= p5-DBI-1.13 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -22,6 +22,7 @@ CONFIGURE_ARGS= PREFIX=${PREFIX} MAN1= dbiproxy.1 \ dbish.1 MAN3= Bundle::DBI.3 \ + DBD::ADO.3 \ DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ @@ -29,7 +30,8 @@ MAN3= Bundle::DBI.3 \ DBI::Format.3 \ DBI::ProxyServer.3 \ DBI::Shell.3 \ - DBI::W32ODBC.3 + DBI::W32ODBC.3 \ + Win32::DBIODBC.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 8d0e8ff8b1b8..1c33bef4540c 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1 +1 @@ -MD5 (DBI-1.12.tar.gz) = 321a6d9678dafd550431a78df3e5e32b +MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021 diff --git a/databases/p5-DBI/pkg-plist b/databases/p5-DBI/pkg-plist index 110e76350cd1..941854ea55c2 100644 --- a/databases/p5-DBI/pkg-plist +++ b/databases/p5-DBI/pkg-plist @@ -1,6 +1,7 @@ bin/dbiproxy bin/dbish lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBI.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ADO.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ExampleP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/NullP.pm @@ -12,6 +13,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/W32ODBC.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32/DBIODBC.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h |