pkgsrc/devel/go-bytebufferpool/Makefile
ng0 b4e65fc8bb Add devel/go-bytebufferpool version 1.0.0
go-bytebufferpool is an implementation of a pool of byte buffers
with anti-memory-waste protection.
The pool may waste limited amount of memory due to fragmentation.
This amount equals to the maximum total size of the
byte buffers in concurrent use.
2019-11-06 10:56:14 +00:00

18 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/11/06 10:56:14 ng0 Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-bytebufferpool-1.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=valyala/}
GITHUB_PROJECT= bytebufferpool
MAINTAINER= ng0@NetBSD.org
HOMEPAGE= https://github.com/valyala/bytebufferpool/
COMMENT= Implementation of a pool of byte buffers with anti-memory-waste protection for Go
LICENSE= mit
GO_SRCPATH= github.com/valyala/bytebufferpool
GO_DIST_BASE= bytebufferpool-${PKGVERSION_NOREV}
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"