diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-29 17:20:56 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-29 17:20:56 +0000 |
commit | d59d45f3a9fed7d86f2d6fa96e11e5afdb2283e8 (patch) | |
tree | b2aa2047e6af3c39cdc0675eb1876eb0d625bd5d /databases/p5-DBI/Makefile | |
parent | 4172925bdfd1bc71ae9fbccf2ab20415979e574d (diff) |
Notes
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index f830d0643e46..6af1c55fbe38 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,11 +6,11 @@ # PORTNAME= DBI -PORTVERSION= 1.61.1 +PORTVERSION= 1.613 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules @@ -29,6 +29,8 @@ MAN1= dbilogstrip.1 dbiprof.1 dbiproxy.1 MAN3= Bundle::DBI.3 \ DBD::DBM.3 \ DBD::File.3 \ + DBD::File::Developers.3 \ + DBD::File::Roadmap.3 \ DBD::Gofer.3 \ DBD::Gofer::Policy::Base.3 \ DBD::Gofer::Policy::classic.3 \ @@ -47,6 +49,7 @@ MAN3= Bundle::DBI.3 \ DBI::Const::GetInfoType.3 \ DBI::DBD.3 \ DBI::DBD::Metadata.3 \ + DBI::DBD::SqlEngine.3 \ DBI::FAQ.3 \ DBI::Gofer::Execute.3 \ DBI::Gofer::Request.3 \ |