pkgsrc/security/hs-SHA/buildlink3.mk
pho 5e30b4a0d1 Import SHA-1.6.4.4 from wip
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as
the SHA-based HMAC routines. The functions have been tested against
most of the NIST and RFC test vectors for the various functions. While
some attention has been paid to performance, these do not presently
reach the speed of well-tuned libraries, like OpenSSL.
2020-01-17 15:25:41 +00:00

13 lines
345 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 15:25:41 pho Exp $
BUILDLINK_TREE+= hs-SHA
.if !defined(HS_SHA_BUILDLINK3_MK)
HS_SHA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-SHA+= hs-SHA>=1.6.4
BUILDLINK_ABI_DEPENDS.hs-SHA+= hs-SHA>=1.6.4.4
BUILDLINK_PKGSRCDIR.hs-SHA?= ../../security/hs-SHA
.endif # HS_SHA_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-SHA