diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql41/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 688a5f6..d1b2fba 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -121,6 +121,7 @@ SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-mysql40 + SUBDIR += p5-DBD-mysql41 SUBDIR += p5-DBI SUBDIR += p5-DBI-137 SUBDIR += p5-DBIWrapper diff --git a/databases/p5-DBD-mysql41/Makefile b/databases/p5-DBD-mysql41/Makefile new file mode 100644 index 0000000..8306cec --- /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" |