mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cpp-hocon
|
|
PORTVERSION= 0.1.4
|
|
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>
|