pkgsrc-wip/hs-tfp/buildlink3.mk
PHO / phonohawk 72b91259ba Import hs-tfp-0.2 as wip/hs-tfp.
TFP (short for Type Family Programming) provides implementations of
type-level integers and booleans, and (eventually) simple type-level
data structures. It uses type families as functions to produce new
types, which provides an intuitive way to parameterize data types and
functions on numerical values at compile time.
2010-04-23 06:34:21 +00:00

12 lines
301 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/23 06:34:21 phonohawk Exp $
BUILDLINK_TREE+= hs-tfp
.if !defined(HS_TFP_BUILDLINK3_MK)
HS_TFP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-tfp+= hs-tfp>=0.2
BUILDLINK_PKGSRCDIR.hs-tfp?= ../../wip/hs-tfp
.endif # HS_TFP_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-tfp