993f8a46c0
- Add connect options MYSQL_OPT_MAX_ALLOWED_PACKET, MYSQL_OPT_NET_BUFFER_LENGTH, MYSQL_OPT_TLS_VERSION and MYSQL_OPT_SSL_MODE - Fix Visual Studio 2015 build. - Fix segmentation fault when inserting a large string - Fix Compilation Failure with PRE-5.7 C API
24 lines
717 B
Makefile
24 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/01/12 12:24:09 adam Exp $
|
|
|
|
DISTNAME= mysql-connector-c++-1.1.8
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-C++/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dev.mysql.com/downloads/connector/cpp/
|
|
COMMENT= Standardized mysql database driver for C++ development
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
INSTALLATION_DIRS= share/doc/mysql-connector-c++
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX} && mv ANNOUNCEMENT COPYING INSTALL README \
|
|
Licenses_for_Third-Party_Components.txt \
|
|
share/doc/mysql-connector-c++/
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|