1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
2011-10-07 09:16:47 +00:00

24 lines
477 B
Makefile

# New ports collection makefile for: godis
# Date created: 20 June , 2011
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= godis
PORTVERSION= 20110803
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= LOCAL/jlaffaye
MAINTAINER= magik@roorback.net
COMMENT= A Redis client library written in Go
PLIST_FILES= ${GO_LIBDIR}/godis.a
USE_GO= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>