freebsd-ports/databases/p5-DBD-mysql/Makefile
Kurt Jaeger 69a6b9fc21 databases/p5-DBD-mysql: 4.027 -> 4.028
http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.028/ChangeLog

- Fixed bug in mysql.xs where dbh was being used as error code
- RT #97570: fix wrong salloc free in mysql_st_internal_execute
  (Reini Urban, cPanel)
- Fix RT #97625 use-after-free in mysql_dr_error, and #86153
  (Reini Urban, cPanel)
- find mysql.h for MariaDB on Win32 (Graham Ollis)
- Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2014-08-02 12:56:23 +00:00

34 lines
844 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBD-mysql
PORTVERSION= 4.028
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT?= MySQL driver for the Perl5 Database Interface (DBI)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]*
USE_MYSQL= yes
USE_PERL5= configure
USES= perl5
OPTIONS_DEFINE= SSL
SSL_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
SSL_RUN_DEPENDS= ${SSL_BUILD_DEPENDS}
SSL_CONFIGURE_ON= --ssl
post-stage:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/mysql/mysql.so
.include <bsd.port.mk>