mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
20 lines
401 B
Makefile
20 lines
401 B
Makefile
# 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>
|