aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-07-21 07:59:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-07-21 07:59:55 +0000
commit8c1db818f8c15c33860748088d53f066758d248a (patch)
treee141ce119bcd8265d74859e20b96b673571b3eb9
parent4866947d9edb5ca30e6246c114e2ef31f2fddb83 (diff)
downloadports-8c1db818f8c15c33860748088d53f066758d248a.tar.gz
ports-8c1db818f8c15c33860748088d53f066758d248a.zip
Notes
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBD-mysql54/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 7ad298b02767..33eb7592f063 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -295,6 +295,7 @@
SUBDIR += p5-DBD-mysql41
SUBDIR += p5-DBD-mysql50
SUBDIR += p5-DBD-mysql51
+ SUBDIR += p5-DBD-mysql54
SUBDIR += p5-DBD-mysql60
SUBDIR += p5-DBI
SUBDIR += p5-DBI-Shell
diff --git a/databases/p5-DBD-mysql54/Makefile b/databases/p5-DBD-mysql54/Makefile
new file mode 100644
index 000000000000..2df08406dd21
--- /dev/null
+++ b/databases/p5-DBD-mysql54/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: p5-DBD-mysql54
+# Date created: 21 Jul 2009
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 54
+
+COMMENT= MySQL 5.4 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-mysql5[01]-[0-9]* p5-DBD-mysql6[0-9]-[0-9]*
+
+WANT_MYSQL_VER= 54
+
+MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
+
+.include "${MASTERDIR}/Makefile"