freebsd-ports/databases/godis/Makefile
Grzegorz Blach 45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00

20 lines
430 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= godis
PORTVERSION= 20120405
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= LOCAL/jlaffaye
MAINTAINER= ports@FreeBSD.org
COMMENT= Redis client library written in Go
GO_PKGNAME= github.com/simonz05/${PORTNAME}
pre-install:
@${RM} ${WRKSRC}/fmt.sh
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>