freebsd-ports/lang/go/Makefile
Dmitri Goutnik a3ead31804 */*: Pass lang/go* and Mk/Uses/go.mk maintainership
Pass maintainership to the new Go team.

Approved by:	ygy (maintainer, by email)
2022-06-06 13:27:20 -05:00

25 lines
513 B
Makefile

PORTNAME= go
DISTVERSION= ${GO_DEFAULT}
PORTEPOCH= 2
CATEGORIES= lang
MASTER_SITES= # not applicable
DISTFILES= # not applicable
MAINTAINER= go@FreeBSD.org
COMMENT= Meta-port for the default version of the Go programming language
RUN_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX}
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/go bin/gofmt
GO_SUFFIX= ${GO_DEFAULT:S/.//:C/.*-devel/-devel/}
do-install:
.for f in go gofmt
@${LN} -sf ${f}${GO_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${f}
.endfor
.include <bsd.port.mk>