diff options
author | khorben <khorben@pkgsrc.org> | 2022-04-20 10:10:59 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2022-04-20 10:10:59 +0000 |
commit | f4f78e3998aa806b133565f453dffdf798e1b596 (patch) | |
tree | 62810f2977c4a627c5ab5c666da94c95718403ce /net/mangos/Makefile | |
parent | aa8ef1229d810d0f5c028b53c92232336decc1d2 (diff) | |
download | pkgsrc-f4f78e3998aa806b133565f453dffdf798e1b596.tar.gz |
mangos: import 3.4.1
Mangos is an implementation in pure Go of the SP (Scalability Protocols)
messaging system. These are colloquially known as nanomsg.
Diffstat (limited to 'net/mangos/Makefile')
-rw-r--r-- | net/mangos/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/mangos/Makefile b/net/mangos/Makefile new file mode 100644 index 00000000000..d9019b7ef6b --- /dev/null +++ b/net/mangos/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2022/04/20 10:10:59 khorben Exp $ + +DISTNAME= mangos-3.4.1 +MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/} +CATEGORIES= net +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/nanomsg/mangos +COMMENT= Pure Golang implementation of nanomsg's "Scalability Protocols" +LICENSE= apache-2.0 + +.include "go-modules.mk" + +.include "../../lang/go/go-module.mk" +.include "../../mk/bsd.pkg.mk" |