bbf8742a9e
Changes include: - use jbuilder for building - allow picking different versions of Bcrypt hashes - use unbuffered IO to read only required number of bytes from /dev/urandom
13 lines
429 B
Makefile
13 lines
429 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/10/15 11:26:59 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-safepass
|
|
|
|
.if !defined(OCAML_SAFEPASS_BUILDLINK3_MK)
|
|
OCAML_SAFEPASS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-safepass+= ocaml-safepass>=2.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-safepass+= ocaml-safepass>=3.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-safepass?= ../../security/ocaml-safepass
|
|
.endif # OCAML_SAFEPASS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-safepass
|