257ee41338
This fixes problems like ports failing to build if the port is already installed [1] - Bump PORTREVISION of affected ports - Support the install target in bsd.go.mk - STAGE support for free! PR: ports/180003 [1]
18 lines
433 B
Makefile
18 lines
433 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redigo
|
|
PORTVERSION= 20130702
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= LOCAL/gblach/
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Go client for the Redis database
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/redis
|
|
GO_PKGNAME= github.com/garyburd/${PORTNAME}/redis
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|