diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-15 16:35:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-15 16:35:45 +0000 |
commit | 3a4ddcc5fc69b4ba1d0f513a9ac418b63f95f29c (patch) | |
tree | 4942dcaf99fe7103b91bad90db3c997ef66ed0e6 /databases/p5-DBI/Makefile | |
parent | 0f1724b9b90617ac580840eb7b75a8d08d3e536c (diff) |
Notes
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 294ed0e6ebfc..282514f8d63c 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,14 +6,13 @@ # PORTNAME= DBI -PORTVERSION= 1.42 -PORTREVISION= 1 +PORTVERSION= 1.45 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules .if defined(WITH_PROXY) @@ -47,6 +46,7 @@ MAN3= Bundle::DBI.3 \ DBI::PurePerl.3 \ DBI::SQL::Nano.3 \ DBI::W32ODBC.3 \ + Roadmap.3 \ Win32::DBIODBC.3 .if !defined(WITH_PROXY) |