pkgsrc-wip/hs-binary-strict/buildlink3.mk
PHO / phonohawk de5acd740f Import hs-binary-strict-0.4.5 as wip/hs-binary-strict.
This is a strict version of the Get monad from the binary
package. It's pretty much just a copy and paste job from the original
source code. The binary team are currently unsure about their future
plans w.r.t. strictness, so this is just a stop gap measure. See
http://www.haskell.org/haskellwiki/DealingWithBinaryData for
documentation.
2009-10-02 03:23:36 +00:00

12 lines
393 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/10/02 03:23:36 phonohawk Exp $
BUILDLINK_TREE+= hs-binary-strict
.if !defined(HS_BINARY_STRICT_BUILDLINK3_MK)
HS_BINARY_STRICT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-binary-strict+= hs-binary-strict>=0.4.5
BUILDLINK_PKGSRCDIR.hs-binary-strict?= ../../wip/hs-binary-strict
.endif # HS_BINARY_STRICT_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-binary-strict