summaryrefslogtreecommitdiff
path: root/math/go-stats/buildlink3.mk
blob: 1355c3479f94db507bf1f70f1c51e994e3bc628e (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 02:03:11 gavan Exp $

BUILDLINK_TREE+=	go-stats

.if !defined(GO_STATS_BUILDLINK3_MK)
GO_STATS_BUILDLINK3_MK:=

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

BUILDLINK_API_DEPENDS.go-stats+=		go-stats>=0.0
BUILDLINK_PKGSRCDIR.go-stats?=		../../math/go-stats

.endif  # GO_STATS_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-stats