50cfbaceb2
Sponsored by: Absolight
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redigo
|
|
PORTVERSION= 1.0.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Go client for the Redis database
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= garyburd
|
|
USES= go
|
|
GO_PKGNAME= github.com/garyburd/${PORTNAME}
|
|
GO_TARGET= ${GO_PKGNAME}/redis \
|
|
|
|
.include <bsd.port.mk>
|