diff options
author | nork <nork@FreeBSD.org> | 2003-12-26 17:08:26 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-12-26 17:08:26 +0000 |
commit | b72f4e7fd355886555cbaa465ee9ec4972248152 (patch) | |
tree | df9f61ff26ebe3d83602287d79b625e8f976f7c6 /databases/p5-DBD-mysql41 | |
parent | b37ba50b60508e40bd0b6abffaf77d38288e5f84 (diff) | |
download | FreeBSD-ports-b72f4e7fd355886555cbaa465ee9ec4972248152.zip FreeBSD-ports-b72f4e7fd355886555cbaa465ee9ec4972248152.tar.gz |
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/p5-DBD-mysql41')
-rw-r--r-- | databases/p5-DBD-mysql41/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql41/Makefile b/databases/p5-DBD-mysql41/Makefile new file mode 100644 index 0000000..8306cec --- /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" |