freebsd-ports/devel/cpp-hocon/Makefile
Romain Tartière 214e3abba4 Update to 0.3.0
With hat:	puppet
2020-07-16 04:31:10 +00:00

27 lines
534 B
Makefile

# $FreeBSD$
PORTNAME= cpp-hocon
PORTVERSION= 0.3.0
CATEGORIES= devel
MAINTAINER= puppet@FreeBSD.org
COMMENT= C++ configuration library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libleatherman_util.so:devel/leatherman
USES= cmake:noninja compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=SHARED
CMAKE_OFF= ENABLE_CXX_WERROR
TEST_TARGET= test
USE_LDCONFIG= yes
.include <bsd.port.mk>