summaryrefslogtreecommitdiff
path: root/devel/go-mapstructure/buildlink3.mk
blob: 0b9c9057c7fa77c57c9b2ff6c48daaf13fd6e340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:32:00 gavan Exp $

BUILDLINK_TREE+=	go-mapstructure

.if !defined(GO_MAPSTRUCTURE_BUILDLINK3_MK)
GO_MAPSTRUCTURE_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.go-mapstructure=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-mapstructure?=	build

BUILDLINK_API_DEPENDS.go-mapstructure+=	go-mapstructure>=0.0
BUILDLINK_PKGSRCDIR.go-mapstructure?=	../../devel/go-mapstructure

.endif  # GO_MAPSTRUCTURE_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-mapstructure