aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql++/Makefile')
-rw-r--r--databases/mysql++/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile
new file mode 100644
index 000000000000..9c7c229a57a6
--- /dev/null
+++ b/databases/mysql++/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= mysql++
+DISTVERSION= 3.3.0
+CATEGORIES= databases devel
+MASTER_SITES= https://tangentsoft.com/mysqlpp/releases/
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= C++ wrapper for the MySQL and MariaDB C APIs
+WWW= https://tangentsoft.com/mysqlpp
+
+LICENSE= LGPL21
+
+USES= gmake mysql
+USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+
+TEST_TARGET= tests # unclear how to run tests
+
+post-configure:
+ @${RM} ${WRKSRC}/version
+
+.include <bsd.port.mk>