blob: d9f0a239cbfdff80ec3d7eac3e5305ba86a03e12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|