freebsd-ports/databases/p5-DBD-mysql/Makefile
Sergey Skvortsov d4c0c0970f * update to 4.001
* remove support of perl < 5.6

Changes:	http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.001/ChangeLog
2007-02-06 18:32:16 +00:00

34 lines
863 B
Makefile

# New ports collection makefile for: DBD::mysql
# Date created: 27 Nov 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-mysql
PORTVERSION= 4.001
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)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]*
USE_MYSQL= yes
PERL_CONFIGURE= yes
MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3
post-patch:
@${PERL} -pi -e 's/$$/ || MYSQL_VERSION_ID == 50000/ if $$. == 107' \
${WRKSRC}/mysql.xs
.include <bsd.port.mk>