pkgsrc/lang/camlp5/buildlink3.mk
jaapb 75fbf638f1 Updated package to latest version, 6.16. Changes include:
* [28 Apr 16] Fixed problems of compatibility with previous versions of
  ocaml.
* [23 Jan 16] Fixed bug on optional types (ocaml 4.02).
* [15 Jan 16] Fixed bug on methods wrongly interpreted as vals.
* [05 Jan 16] Updated for ocaml trunk 4.03.0
  (git version be2a7e2f830911b331657b8cfa462f5219dfec5b)
* [26 Nov 15] Updated again for ocaml trunk current version (4.03.0).
* [23 Sep 15] Updated for ocaml trunk current version (4.03.0).
2016-05-06 10:50:55 +00:00

16 lines
385 B
Makefile

# $NetBSD: buildlink3.mk,v 1.14 2016/05/06 10:50:55 jaapb Exp $
#
BUILDLINK_TREE+= camlp5
.if !defined(CAMLP5_BUILDLINK3_MK)
CAMLP5_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.camlp5+= camlp5>=5.01
BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.16
BUILDLINK_PKGSRCDIR.camlp5?= ../../lang/camlp5
.include "../../lang/ocaml/buildlink3.mk"
.endif # CAMLP5_BUILDLINK3_MK
BUILDLINK_TREE+= -camlp5