diff options
author | ale <ale@FreeBSD.org> | 2004-02-05 00:01:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-05 00:01:22 +0800 |
commit | fe126c83bee3466f2a854df7e9c21bd12a03ac68 (patch) | |
tree | 4b6536a1470884279551c1afca113c01b1bb6977 | |
parent | 57d924e3527c6248b4f134bd31715ada0f94b9e7 (diff) | |
download | freebsd-ports-gnome-fe126c83bee3466f2a854df7e9c21bd12a03ac68.tar.gz freebsd-ports-gnome-fe126c83bee3466f2a854df7e9c21bd12a03ac68.tar.zst freebsd-ports-gnome-fe126c83bee3466f2a854df7e9c21bd12a03ac68.zip |
Add p5-DBD-mysql50, a MySQL 5.0 driver for the Perl5 Database Interface
(DBI).
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql50/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index f492f8d9155b..c8dad07dc6d4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -131,6 +131,7 @@ SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-mysql40 SUBDIR += p5-DBD-mysql41 + SUBDIR += p5-DBD-mysql50 SUBDIR += p5-DBI SUBDIR += p5-DBI-137 SUBDIR += p5-DBI-Shell diff --git a/databases/p5-DBD-mysql50/Makefile b/databases/p5-DBD-mysql50/Makefile new file mode 100644 index 000000000000..6ebb8ad04cca --- /dev/null +++ b/databases/p5-DBD-mysql50/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: p5-DBD-mysql50 +# Date created: 25 Dic 2003 +# Whom: Alex Dupre <sysadmin@alexdupre.com> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= 50 + +COMMENT= MySQL 5.0 driver for the Perl5 Database Interface (DBI) + +CONFLICTS= p5-Mysql-modules-* p5-DBD-mysql-* p5-DBD-mysql4[0-9]-* + +WANT_MYSQL_VER= 50 + +MASTERDIR= ${.CURDIR}/../p5-DBD-mysql + +.include "${MASTERDIR}/Makefile" |