summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-02-05 10:10:41 +0000
committerale <ale@FreeBSD.org>2006-02-05 10:10:41 +0000
commit7348fd6c251534199bb3cbf875b4329010ac7bab (patch)
treec2d4f2ffaf9fc7a9f7594523a1b3dfbf223d26ac /databases
parente79748164e541ecda94301764e97b33204f4cd3e (diff)
downloadFreeBSD-ports-7348fd6c251534199bb3cbf875b4329010ac7bab.zip
FreeBSD-ports-7348fd6c251534199bb3cbf875b4329010ac7bab.tar.gz
Add DBD slave port for mysql51-scripts package.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBD-mysql51/Makefile18
-rw-r--r--databases/p5-DBD-mysql60/Makefile18
3 files changed, 37 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 93bdccd..657f6a5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -194,6 +194,7 @@
SUBDIR += p5-DBD-mysql40
SUBDIR += p5-DBD-mysql41
SUBDIR += p5-DBD-mysql50
+ SUBDIR += p5-DBD-mysql51
SUBDIR += p5-DBI
SUBDIR += p5-DBI-137
SUBDIR += p5-DBI-Shell
diff --git a/databases/p5-DBD-mysql51/Makefile b/databases/p5-DBD-mysql51/Makefile
new file mode 100644
index 0000000..1a454c0
--- /dev/null
+++ b/databases/p5-DBD-mysql51/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: p5-DBD-mysql51
+# Date created: 28 Jan 2006
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 51
+
+COMMENT= MySQL 5.1 driver for the Perl5 Database Interface (DBI)
+
+CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql50-[0-9]*
+
+WANT_MYSQL_VER= 51
+
+MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/p5-DBD-mysql60/Makefile b/databases/p5-DBD-mysql60/Makefile
new file mode 100644
index 0000000..1a454c0
--- /dev/null
+++ b/databases/p5-DBD-mysql60/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: p5-DBD-mysql51
+# Date created: 28 Jan 2006
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 51
+
+COMMENT= MySQL 5.1 driver for the Perl5 Database Interface (DBI)
+
+CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql50-[0-9]*
+
+WANT_MYSQL_VER= 51
+
+MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud