mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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]
21 lines
470 B
Makefile
21 lines
470 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
|
|
|
|
GO_PKGNAME= github.com/hoisie/web
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|