summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c++/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-02-11 14:13:38 +0000
committerwiz <wiz>2014-02-11 14:13:38 +0000
commit6c2f7d716e1f60462b14c438464a7e27bc759bf4 (patch)
tree6223948f7608c5bf437470edf761fe485a90d02f /databases/mysql-connector-c++/Makefile
parent44b527cab5499f025c7d0c2e02fda4d25705431b (diff)
downloadpkgsrc-6c2f7d716e1f60462b14c438464a7e27bc759bf4.tar.gz
Import mysql-connector-c++-1.1.3 as databases/mysql-connector-c++.
MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ applications that connect to the MySQL Server. MySQL Connector/C++ offers the following benefits for C++ users compared to the MySQL C API (MySQL client library): * Convenience of pure C++; no C function calls required * Supports JDBC 4.0, an industry standard API * Supports the object-oriented programming paradigm * Reduces development time
Diffstat (limited to 'databases/mysql-connector-c++/Makefile')
-rw-r--r--databases/mysql-connector-c++/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
new file mode 100644
index 00000000000..95be79f601b
--- /dev/null
+++ b/databases/mysql-connector-c++/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2014/02/11 14:13:38 wiz Exp $
+
+DISTNAME= mysql-connector-c++-1.1.3
+CATEGORIES= databases
+MASTER_SITES= https://dev.mysql.com/get/Downloads/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 \
+ Licenses_for_Third-Party_Components.txt \
+ README share/doc/mysql-connector-c++
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"