freebsd-ports/databases/mysql++/Makefile
Muhammad Moinur Rahman 0ea64959dc databases/mysql++: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-07-19 22:45:27 +02:00

23 lines
450 B
Makefile

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_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
TEST_TARGET= tests # unclear how to run tests
post-configure:
@${RM} ${WRKSRC}/version
.include <bsd.port.mk>