opnsense-ports/databases/mysql++/Makefile
Franco Fichtner 57ae97c49c */*: sync with upstream
Taken from: FreeBSD
2022-11-28 08:27:50 +01:00

22 lines
432 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_LDCONFIG= yes
GNU_CONFIGURE= yes
TEST_TARGET= tests # unclear how to run tests
post-configure:
@${RM} ${WRKSRC}/version
.include <bsd.port.mk>