diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-12-25 14:37:40 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-12-25 14:37:40 +0000 |
commit | 8500c0402b0ad0c6ef3270b0908cd16029c18b19 (patch) | |
tree | eb19259bed12b1c8f0dc3b5fa45ff24daa27df33 /databases/p5-DBD-mysql/Makefile | |
parent | 3713744bebfad358a4c46f9bdf9824882cd42a6c (diff) | |
download | ports-8500c0402b0ad0c6ef3270b0908cd16029c18b19.tar.gz ports-8500c0402b0ad0c6ef3270b0908cd16029c18b19.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index cee5fce4d6dd..7dda6ad7d244 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -6,12 +6,13 @@ # PORTNAME= DBD-mysql -PORTVERSION= 3.0008 +PORTVERSION= 4.0000 PORTREVISION?= 0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//} MAINTAINER= skv@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) @@ -22,7 +23,7 @@ USE_MYSQL= yes PERL_CONFIGURE= yes -MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 Mysql.3 +MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 .include <bsd.port.pre.mk> |