pkgsrc/devel/ocaml-migrate-parsetree/buildlink3.mk
jaapb 933307349a Updated package devel/ocaml-migrate-parsetree to version 1.1.0.
The main change is that ppx rewriters can now specify when they should
be applied.

The package also uses dune.
2018-11-27 17:02:50 +00:00

13 lines
529 B
Makefile

# $NetBSD: buildlink3.mk,v 1.7 2018/11/27 17:02:50 jaapb Exp $
BUILDLINK_TREE+= ocaml-migrate-parsetree
.if !defined(OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK)
OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.0.1
BUILDLINK_ABI_DEPENDS.ocaml-migrate-parsetree+= ocaml-migrate-parsetree>=1.1.0
BUILDLINK_PKGSRCDIR.ocaml-migrate-parsetree?= ../../devel/ocaml-migrate-parsetree
.endif # OCAML_MIGRATE_PARSETREE_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-migrate-parsetree