summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql41
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-26 17:08:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-26 17:08:26 +0000
commit68c83ee767db0e652235a6f9ebaca1afd776541a (patch)
tree419e7c704b6c69f1c4d358680862209a0bf79123 /databases/p5-DBD-mysql41
parentAdd new SLAVE port for p5-DBD-mysql with databases/mysql40-client. (diff)
Add new SLAVE port for p5-DBD-mysql with databases/mysql41-client.
PR: ports/60559 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=96633
Diffstat (limited to 'databases/p5-DBD-mysql41')
-rw-r--r--databases/p5-DBD-mysql41/Makefile18
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 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"