aboutsummaryrefslogtreecommitdiffstats
path: root/www/webgo/Makefile
blob: 11174e59b5331ae02c892a2889300865a519a9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

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>