pkgsrc/devel/go-protobuf/buildlink3.mk
bsiegert b950c4460d New package, go-protobuf.
Protocol Buffers are Google's data interchange format.

This software implements Go bindings for protocol buffers. For information
about protocol buffers themselves, see
https://developers.google.com/protocol-buffers/
2016-09-11 08:02:29 +00:00

15 lines
445 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/09/11 08:02:30 bsiegert Exp $
BUILDLINK_TREE+= go-protobuf
.if !defined(GO_PROTOBUF_BUILDLINK3_MK)
GO_PROTOBUF_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-protobuf= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-protobuf?= build
BUILDLINK_API_DEPENDS.go-protobuf+= go-protobuf>=20160829
BUILDLINK_PKGSRCDIR.go-protobuf?= ../../devel/go-protobuf
.endif # GO_PROTOBUF_BUILDLINK3_MK
BUILDLINK_TREE+= -go-protobuf