diff options
author | nork <nork@FreeBSD.org> | 2003-12-27 01:08:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-12-27 01:08:26 +0800 |
commit | b72f4e7fd355886555cbaa465ee9ec4972248152 (patch) | |
tree | df9f61ff26ebe3d83602287d79b625e8f976f7c6 /databases | |
parent | b37ba50b60508e40bd0b6abffaf77d38288e5f84 (diff) | |
download | freebsd-ports-gnome-b72f4e7fd355886555cbaa465ee9ec4972248152.tar.gz freebsd-ports-gnome-b72f4e7fd355886555cbaa465ee9ec4972248152.tar.zst freebsd-ports-gnome-b72f4e7fd355886555cbaa465ee9ec4972248152.zip |
Add new SLAVE port for p5-DBD-mysql with databases/mysql41-client.
PR: ports/60559
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql41/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 688a5f612e4f..d1b2fba53cfd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/p5-DBD-mysql41/Makefile b/databases/p5-DBD-mysql41/Makefile new file mode 100644 index 000000000000..8306cecfd76c --- /dev/null +++ b/databases/p5-DBD-mysql41/Makefile @@ -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" |