48dc68e389
This package contains various packages and tools that support the Go programming language. Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
20 lines
577 B
Makefile
20 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/18 02:38:08 minskim Exp $
|
|
|
|
DISTNAME= sync-0.0.20180314
|
|
PKGNAME= go-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
|
|
GITHUB_PROJECT= ${PKGBASE:S/go-//}
|
|
GITHUB_TAG= 1d60e4601c6fd243af51cc01ddf169918a5407ca
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://golang.org/
|
|
COMMENT= Concurrency primitives for Go
|
|
LICENSE= modified-bsd
|
|
|
|
GO_SRCPATH= golang.org/x/sync
|
|
GO_DIST_BASE= ${PKGBASE:S/go-//}-${GITHUB_TAG}
|
|
|
|
.include "../../net/go-net/buildlink3.mk"
|
|
.include "../../lang/go/go-package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|