summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql51
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-02-05 10:10:41 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-02-05 10:10:41 +0000
commit2ac8a4fb370bd88b9de46657143d09c0f2a65586 (patch)
treec9780259f115ae3b37f2ffb9c022ce69c102dfba /databases/p5-DBD-mysql51
parentInitial import of MySQL 5.1 version. (diff)
Add DBD slave port for mysql51-scripts package.
Notes
Notes: svn path=/head/; revision=155252
Diffstat (limited to 'databases/p5-DBD-mysql51')
-rw-r--r--databases/p5-DBD-mysql51/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql51/Makefile b/databases/p5-DBD-mysql51/Makefile
new file mode 100644
index 000000000000..1a454c065b56
--- /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"