aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r--databases/p5-DBD-mysql/Makefile5
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>