78492366e3
single-purpose packages for ease of use. WWW: http://godoc.org/github.com/mediocregopher/radix.v2
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= radix.v2
|
|
PORTVERSION= 20160530
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Redis client for Go
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mediocregopher
|
|
GH_TAGNAME= ae04b3eb3731f94789205d1268e0759371166605
|
|
USES= go
|
|
GO_PKGNAME= github.com/mediocregopher/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|