2018-01-07 14:03:53 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:02 rillig Exp $
|
2017-08-17 03:32:00 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= go-mapstructure
|
|
|
|
|
|
|
|
.if !defined(GO_MAPSTRUCTURE_BUILDLINK3_MK)
|
|
|
|
GO_MAPSTRUCTURE_BUILDLINK3_MK:=
|
|
|
|
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-mapstructure= ${EGREP} gopkg/
|
2018-01-07 14:03:53 +01:00
|
|
|
BUILDLINK_DEPMETHOD.go-mapstructure?= build
|
2017-08-17 03:32:00 +02:00
|
|
|
|
|
|
|
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
|