1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Updated to 2.1026

This commit is contained in:
Sergey Skvortsov 2003-03-04 14:57:50 +00:00
parent 1b02c17749
commit de801ce0f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76851
4 changed files with 5 additions and 7 deletions

View File

@ -6,13 +6,14 @@
#
PORTNAME= DBD-mysql
PORTVERSION= 2.1024
PORTVERSION= 2.1026
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= MySQL driver for the Perl5 Database Interface (DBI)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
@ -20,8 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 \
Mysql.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 Mysql.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (DBD-mysql-2.1024.tar.gz) = e5638e0f005492d7245169c9aa871417
MD5 (DBD-mysql-2.1026.tar.gz) = bf423505ebe8c799299e707b9efbba31

View File

@ -1 +0,0 @@
MySQL driver for the Perl5 Database Interface (DBI)

View File

@ -5,7 +5,7 @@ MySQL relational database management system. Most functions provided by
this programming API are supported. Some rarely used functions are
missing, mainly because noone ever requested them.
WWW: http://search.cpan.org/search?dist=DBD-mysql
WWW: http://search.cpan.org/dist/DBD-mysql/
-- Sergey Skvortsov
skv@FreeBSD.org