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-137/Makefile | |
parent | Upgrade to 0.6.7. (diff) |
Upgrade to 1.13
PR: ports/14091
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to '')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 44bbb09fc3c9..a353acabb623 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/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: |