pkgsrc-wip/hs-storable-record/buildlink3.mk
PHO / phonohawk ed3460feaa Import hs-storable-record-0.0.1 as wip/hs-storable-record.
With this package definition you can build a Storable instance of a
record type from Storable instances of its elements.
2009-09-23 11:39:47 +00:00

15 lines
512 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/23 11:39:47 phonohawk Exp $
BUILDLINK_TREE+= hs-storable-record
.if !defined(HS_STORABLE_RECORD_BUILDLINK3_MK)
HS_STORABLE_RECORD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-storable-record+= hs-storable-record>=0.0.1
BUILDLINK_PKGSRCDIR.hs-storable-record?= ../../wip/hs-storable-record
.include "../../wip/hs-transformers/buildlink3.mk"
.include "../../wip/hs-utility-ht/buildlink3.mk"
.endif # HS_STORABLE_RECORD_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-storable-record