1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/nanomsg/Makefile
Kurt Jaeger 08578bc178 net/nanomsg: update 1.0.0 -> 1.1.0
- bug fix release, a number of stability improvements,
  particularly for the inproc transport

PR:		223207
Submitted by:	Jan Bramkamp <crest@bultmann.eu> (maintainer)
2017-10-28 20:14:29 +00:00

28 lines
533 B
Makefile

# $FreeBSD$
PORTNAME= nanomsg
PORTVERSION= 1.1.0
CATEGORIES= net
MAINTAINER= crest@bultmann.eu
COMMENT= Socket library that provides several common communication patterns
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= nanomsg
USES= cmake pathfix
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_DESC= Build and/or install HTML and manpages
DOCS_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
DOCS_CMAKE_BOOL= NN_ENABLE_DOC
.include <bsd.port.mk>