aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cpp-netlib/Makefile
blob: b692b822519b0668058dd90a19a014a13dbb8e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=       cpp-netlib
DISTVERSIONPREFIX=  ${PORTNAME}-
DISTVERSION=        0.11.1
DISTVERSIONSUFFIX=  -final
PORTREVISION=       1
CATEGORIES=     devel

MAINTAINER=     zi@FreeBSD.org
COMMENT=        Cross-platform, standards compliant networking library

LICENSE=        BSL

BUILD_DEPENDS=      boost-libs>0:${PORTSDIR}/devel/boost-libs

USES=           cmake:outsource
CMAKE_ARGS+=        -DCPP-NETLIB_BUILD_EXAMPLES=OFF
USE_GITHUB=     yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 900000
IGNORE=         requires FreeBSD 9.x or higher
.endif

.include <bsd.port.post.mk>