1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Updated to 2.1010

Approved by:	tobez
This commit is contained in:
Sergey Skvortsov 2002-02-08 13:23:09 +00:00
parent 8924a8d807
commit f7a37b19f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54374
4 changed files with 16 additions and 14 deletions

View File

@ -1,18 +1,18 @@
# New ports collection makefile for: p5-Mysql-modules
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
# New ports collection makefile for: DBD::mysql
# Date created: 27 Nov 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-mysql
PORTVERSION= 2.1004
PORTVERSION= 2.1010
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
MAINTAINER= skv@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client

View File

@ -1 +1 @@
MD5 (DBD-mysql-2.1004.tar.gz) = c15dc25536260fab78b86890d1508e8f
MD5 (DBD-mysql-2.1010.tar.gz) = 9ad86ec62d1a8e3b46eb829809821d83

View File

@ -1,10 +1,11 @@
DBD::mysql is the Perl5 Database Interface driver for the
MySQL database. In other words: DBD::mysql is an interface
between the Perl programming language and the MySQL
programming API that comes with the 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.
DBD::mysql is the Perl5 Database Interface driver for the MySQL
database. In other words: DBD::mysql is an interface between the Perl
programming language and the MySQL programming API that comes with the
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
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -11,5 +11,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true