blob: 251ac738dd2a6523c0f91668eb0db3f6119d5987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1 2014/04/02 17:25:44 wiedi Exp $
BUILDLINK_TREE+= hiredis
.if !defined(HIREDIS_BUILDLINK3_MK)
HIREDIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hiredis+= hiredis>=0.11.0
BUILDLINK_PKGSRCDIR.hiredis?= ../../databases/hiredis
.endif # HIREDIS_BUILDLINK3_MK
BUILDLINK_TREE+= -hiredis
|