pkgsrc/devel/hs-refact/buildlink3.mk
pho 0f962225b7 Import refact-0.3.0.2
This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications can
specify refactorings without depending on GHC.
2021-05-05 10:01:56 +00:00

13 lines
376 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 10:01:56 pho Exp $
BUILDLINK_TREE+= hs-refact
.if !defined(HS_REFACT_BUILDLINK3_MK)
HS_REFACT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-refact+= hs-refact>=0.3.0
BUILDLINK_ABI_DEPENDS.hs-refact+= hs-refact>=0.3.0.2
BUILDLINK_PKGSRCDIR.hs-refact?= ../../devel/hs-refact
.endif # HS_REFACT_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-refact