aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql-connector-c/Makefile
blob: d2ccaccd98a3b9d4df1373165e45996265409ccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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+
USE_CMAKE=  yes
USE_LDCONFIG=   ${PREFIX}/lib/${PORTNAME}

PLIST_SUB+= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>