freebsd-ports/devel/cpp-hocon/Makefile
Romain Tartière a80ccfe2b3 Update to 0.1.5
Remove all patches: it's simpler to cope with the wrong library name in
dependent ports while this change has not been merged upstream.

PR:		220601 [1], 220661 [2]
Submitted by:	romain [1], sunpoet [2]
With hat:	puppet
2017-07-27 17:48:33 +00:00

26 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= cpp-hocon
PORTVERSION= 0.1.5
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
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=SHARED
TEST_TARGET= test
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>