freebsd-ports/devel/cpp-hocon/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

22 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= cpp-hocon
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jslagle@gmail.com
COMMENT= C++ configuration library
LICENSE= APACHE20
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libleatherman_util.so:devel/leatherman
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
USES= cmake
CMAKE_ARGS= -DCPP_HOCON_SHARED:BOOL=ON
.include <bsd.port.mk>