opnsense-ports/www/webgo/Makefile
Franco Fichtner 76a5ee7662 */*: sync with upstream
Taken from: FreeBSD
2016-04-23 19:02:02 +02:00

19 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>