diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-07-21 07:59:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-07-21 07:59:55 +0000 |
commit | 8c1db818f8c15c33860748088d53f066758d248a (patch) | |
tree | e141ce119bcd8265d74859e20b96b673571b3eb9 /databases/p5-DBD-mysql54 | |
parent | 4866947d9edb5ca30e6246c114e2ef31f2fddb83 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBD-mysql54')
-rw-r--r-- | databases/p5-DBD-mysql54/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql54/Makefile b/databases/p5-DBD-mysql54/Makefile new file mode 100644 index 000000000000..2df08406dd21 --- /dev/null +++ b/databases/p5-DBD-mysql54/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: p5-DBD-mysql54 +# Date created: 21 Jul 2009 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= 54 + +COMMENT= MySQL 5.4 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]-[0-9]* p5-DBD-mysql6[0-9]-[0-9]* + +WANT_MYSQL_VER= 54 + +MASTERDIR= ${.CURDIR}/../p5-DBD-mysql + +.include "${MASTERDIR}/Makefile" |