pkgsrc-wip/hs-chunks/buildlink3.mk
PHO / phonohawk 46a664ecd1 Import hs-chunks-2007.4.18 as wip/hs-chunks.
This library supports templates inspired by the Perl HTML::Chunks
module, but this Haskell implementation checks at compile time that
the templates used exist and are used correctly. The templates are
combined within the compiled Haskell, removing the dependency on the
external template file.
2010-02-26 10:04:59 +00:00

14 lines
380 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/02/26 10:04:59 phonohawk Exp $
BUILDLINK_TREE+= hs-chunks
.if !defined(HS_CHUNKS_BUILDLINK3_MK)
HS_CHUNKS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-chunks+= hs-chunks>=2007.4.18
BUILDLINK_PKGSRCDIR.hs-chunks?= ../../wip/hs-chunks
.include "../../wip/hs-parsec/buildlink3.mk"
.endif # HS_CHUNKS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-chunks