mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql-connector-c
|
|
PORTVERSION= 6.0.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_MYSQL}
|
|
MASTER_SITE_SUBDIR= Connector-C
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= MySQL database connector for C
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_MYSQL= 51+
|
|
USES= cmake
|
|
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|