# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/www/webgo/Makefile 413776 2016-04-22 12:40:04Z mat $

PORTNAME=	webgo
PORTVERSION=	0.1.0.${SVNVERSION}
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	LOCAL/jlaffaye
DISTNAME=	${PORTNAME}-${SVNVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Simplest way to write web applications in the Go programming language

SVNVERSION=	20120419

USES=		go
GO_PKGNAME=	github.com/hoisie/web

.include <bsd.port.mk>
