forked from Lainports/freebsd-ports
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
26 lines
477 B
Makefile
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>
|