aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-26 17:07:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-26 17:07:11 +0000
commit6109a20595836c2ceab563cb4e34f0e861f9ccc6 (patch)
tree6bfcf4aa6317ab939b6ab1f081b155cf891e8d34 /databases
parent1a4405c8a4f7d6883867c06481f60538bb1944b3 (diff)
downloadports-6109a20595836c2ceab563cb4e34f0e861f9ccc6.tar.gz
ports-6109a20595836c2ceab563cb4e34f0e861f9ccc6.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBD-mysql40/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3b0893eaad26..688a5f612e4f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -120,6 +120,7 @@
SUBDIR += p5-DBD-Sybase
SUBDIR += p5-DBD-XBase
SUBDIR += p5-DBD-mysql
+ SUBDIR += p5-DBD-mysql40
SUBDIR += p5-DBI
SUBDIR += p5-DBI-137
SUBDIR += p5-DBIWrapper
diff --git a/databases/p5-DBD-mysql40/Makefile b/databases/p5-DBD-mysql40/Makefile
new file mode 100644
index 000000000000..9e4a3e17f7b1
--- /dev/null
+++ b/databases/p5-DBD-mysql40/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: p5-DBD-mysql40
+# Date created: 27 Nov 2003
+# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= 40
+
+COMMENT= MySQL 4.0 driver for the Perl5 Database Interface (DBI)
+
+CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[1-9]-* p5-DBD-mysql5[0-9]-*
+
+WANT_MYSQL_VER= 40
+
+MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
+
+.include "${MASTERDIR}/Makefile"