pkgsrc/lang/go/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

18 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.70 2020/01/26 17:31:28 rillig Exp $
DISTNAME= # empty
PKGNAME= go-${GO${GOVERSSUFFIX}_VERSION}
CATEGORIES= lang
MASTER_SITES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://golang.org/
COMMENT= Meta package providing the current release of the Go language
LICENSE= modified-bsd
META_PACKAGE= yes
DEPENDS+= ${GO_PACKAGE_DEP}
.include "../../lang/go/version.mk"
.include "../../mk/bsd.pkg.mk"