pkgsrc/devel/robin-map/buildlink3.mk
nia 02024f47e1 add devel/robin-map
The robin-map library is a C++ implementation of a fast hash map and hash
set using open-addressing and linear robin hood hashing with backward shift
deletion to resolve collisions.
2021-01-18 12:01:10 +00:00

13 lines
362 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/01/18 12:01:10 nia Exp $
BUILDLINK_TREE+= robin-map
.if !defined(ROBIN_MAP_BUILDLINK3_MK)
ROBIN_MAP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.robin-map+= robin-map>=0.6.3
BUILDLINK_PKGSRCDIR.robin-map?= ../../devel/robin-map
BUILDLINK_DEPMETHOD.robin-map?= build
.endif # ROBIN_MAP_BUILDLINK3_MK
BUILDLINK_TREE+= -robin-map