1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/cpp-pcp-client/Makefile
Romain Tartière 836f35b5f6
net/cpp-pcp-client: Update to 1.7.7
With hat:	puppet
2021-12-14 18:36:17 -10:00

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>