aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:40:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:40:21 +0000
commit73c935b13e84821eb11bc8a3b6d8bf1847dd92c9 (patch)
tree61cb5edb1537d656f7c02c7ac4b97dd746d0ea67
parente324362ea95ed5582a0cdfe4ca0f378c367a80db (diff)
downloadports-73c935b13e84821eb11bc8a3b6d8bf1847dd92c9.tar.gz
ports-73c935b13e84821eb11bc8a3b6d8bf1847dd92c9.zip
databases/libhsclient: Fix build with llvm16
- Add LICENSE BSD3CLAUSE - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--databases/libhsclient/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/libhsclient/Makefile b/databases/libhsclient/Makefile
index 08f294437009..4d23d5362fa2 100644
--- a/databases/libhsclient/Makefile
+++ b/databases/libhsclient/Makefile
@@ -9,10 +9,15 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
COMMENT= Client Library of HandlerSocket Plugin
WWW= https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL
-WRKSRC= ${WRKDIR}/HandlerSocket-Plugin-for-MySQL
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
+USE_CXXSTD= c++14
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-handlersocket-server=no
+WRKSRC= ${WRKDIR}/HandlerSocket-Plugin-for-MySQL
+
.include <bsd.port.mk>