pkgsrc/devel/go-repr/buildlink3.mk
ryoon 4efa19120b devel/go-repr: import go-repr-0.0.0.20180921
This package attempts to represent Go values in a form that can be
used almost directly in Go source code.

Unfortunately, some values (such as pointers to basic types) can
not be represented directly in Go. These values will be represented
as &<value>. eg. &23
2018-11-18 07:57:34 +00:00

15 lines
406 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 07:57:34 ryoon Exp $
BUILDLINK_TREE+= go-repr
.if !defined(GO_REPR_BUILDLINK3_MK)
GO_REPR_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-repr= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-repr?= build
BUILDLINK_API_DEPENDS.go-repr+= go-repr>=0.0.0.20180921
BUILDLINK_PKGSRCDIR.go-repr?= ../../devel/go-repr
.endif # GO_REPR_BUILDLINK3_MK
BUILDLINK_TREE+= -go-repr