blob: 12f3794c103af881594050fcad5afc8d607522e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= nng
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= swills@FreeBSD.org
COMMENT= Lightweight, broker-less messaging
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= nanomsg
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
USE_LDCONFIG= yes
.include <bsd.port.mk>
|