mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
836f35b5f6
With hat: puppet
24 lines
486 B
Makefile
24 lines
486 B
Makefile
PORTNAME= cpp-pcp-client
|
|
PORTVERSION= 1.7.7
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Client libraries for the PCP protocol
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|
libleatherman_json_container.so:devel/leatherman
|
|
|
|
USES= cmake compiler:c++11-lang ssl
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GH_ACCOUNT= puppetlabs
|
|
|
|
CMAKE_OFF= ENABLE_CXX_WERROR
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|