1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net-mgmt/openbmp/Makefile
Jan Beich 0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00

26 lines
560 B
Makefile

# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
# $FreeBSD$
PORTNAME= openbmp
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.0
PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= OpenBMP Server Collector
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/boost/exception/all.hpp:devel/boost-libs
LIB_DEPENDS= librdkafka.so:net/librdkafka \
libsasl2.so:security/cyrus-sasl2 \
libyaml-cpp.so:devel/yaml-cpp
USES= cmake:outsource ssl
USE_GITHUB= yes
GH_ACCOUNT= OpenBMP
.include <bsd.port.mk>