1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/p5-DBD-mysql56/Makefile
Mathieu Arnold 094977b581 Fix COMMENT.
Sponsored by:	Absolight
2014-01-29 12:56:43 +00:00

15 lines
344 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= 56
COMMENT= MySQL 5.6 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[0-57-9]-[0-9]*
WANT_MYSQL_VER= 56
MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
.include "${MASTERDIR}/Makefile"