Add new SLAVE port for p5-DBD-mysql with databases/mysql41-client.

PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
Norikatsu Shigemura 2003-12-26 17:08:26 +00:00
parent 6109a20595
commit 68c83ee767
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96633
2 changed files with 19 additions and 0 deletions

View file

@ -121,6 +121,7 @@
SUBDIR += p5-DBD-XBase
SUBDIR += p5-DBD-mysql
SUBDIR += p5-DBD-mysql40
SUBDIR += p5-DBD-mysql41
SUBDIR += p5-DBI
SUBDIR += p5-DBI-137
SUBDIR += p5-DBIWrapper

View file

@ -0,0 +1,18 @@
# New ports collection makefile for: p5-DBD-mysql41
# Date created: 27 Nov 2003
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
#
# $FreeBSD$
#
PKGNAMESUFFIX= 41
COMMENT= MySQL 4.1 driver for the Perl5 Database Interface (DBI)
CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[02-9]-* p5-DBD-mysql5[0-9]-*
WANT_MYSQL_VER= 41
MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
.include "${MASTERDIR}/Makefile"