pkgsrc/security/go-crypto/buildlink3.mk
bsiegert 7761eabef2 Update go-crypto to 0.0.20180308. No changelog from upstream.
The circular dependency that prompted splitting this package is no longer
an issue, as acme now depends on context instead of golang.org/x/net/context.
Thus, this package now contains what used to be go-crypto-acme and conflicts
with it.
2018-03-11 20:43:33 +00:00

17 lines
476 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2018/03/11 20:43:33 bsiegert Exp $
BUILDLINK_TREE+= go-crypto
.if !defined(GO_CRYPTO_BUILDLINK3_MK)
GO_CRYPTO_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-crypto= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-crypto?= build
BUILDLINK_API_DEPENDS.go-crypto+= go-crypto>=0.0.20170317
BUILDLINK_PKGSRCDIR.go-crypto?= ../../security/go-crypto
.include "../../devel/go-sys/buildlink3.mk"
.endif # GO_CRYPTO_BUILDLINK3_MK
BUILDLINK_TREE+= -go-crypto