diff options
author | dougb <dougb@FreeBSD.org> | 2011-06-08 13:15:07 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-06-08 13:15:07 +0800 |
commit | 53f1b453d4dac7329e5ccc22473d6ceefa478e05 (patch) | |
tree | bb4bf44bb7c0e6cec5558038cb799617edfc511c /databases | |
parent | e39e8c997c461ac7b2c78ac6f37edf462de56088 (diff) | |
download | freebsd-ports-gnome-53f1b453d4dac7329e5ccc22473d6ceefa478e05.tar.gz freebsd-ports-gnome-53f1b453d4dac7329e5ccc22473d6ceefa478e05.tar.zst freebsd-ports-gnome-53f1b453d4dac7329e5ccc22473d6ceefa478e05.zip |
Add a slave port for MYSQL_VER=52, which is actually mariadb
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql52/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index fc70c86eba82..ca44dc5e03b2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -328,6 +328,7 @@ SUBDIR += p5-DBD-mysql41 SUBDIR += p5-DBD-mysql50 SUBDIR += p5-DBD-mysql51 + SUBDIR += p5-DBD-mysql52 SUBDIR += p5-DBD-mysql55 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell diff --git a/databases/p5-DBD-mysql52/Makefile b/databases/p5-DBD-mysql52/Makefile new file mode 100644 index 000000000000..a8b62ae3a652 --- /dev/null +++ b/databases/p5-DBD-mysql52/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: p5-DBD-mysql52 +# Date created: 7 June 2011 +# Whom: Doug Barton <dougb@FreeBSD.org> +# +# $FreeBSD$ + +PKGNAMESUFFIX= 52 + +COMMENT= mariadb 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-mysql5[01,3-9]-[0-9]* + +WANT_MYSQL_VER= 52 + +MASTERDIR= ${.CURDIR}/../p5-DBD-mysql + +.include "${MASTERDIR}/Makefile" |