pkgsrc/security/monocypher/buildlink3.mk
maya 56b8f30bd5 Add monocypher version 2.0.5
Monocypher is an easy to use crypto library. It is:

- Small. Sloccount counts about 1700 lines of code, small enough to
allow audits. The binaries are under 65KB.
= Easy to deploy. Just add monocypher.c and monocypher.h to your
project. They compile as C99 or C++, have no dependency, and
are dedicated to the public domain.
- Easy to use. The API is small, consistent, and cannot fail
on correct input.
- Fast. The primitives are fast to begin with, and performance
wasn't needlessly sacrificed. Monocypher holds up pretty well
against Libsodium, despite being closer in size to TweetNaCl.
2019-03-16 09:17:09 +00:00

12 lines
335 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2019/03/16 09:17:09 maya Exp $
BUILDLINK_TREE+= monocypher
.if !defined(MONOCYPHER_BUILDLINK3_MK)
MONOCYPHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.monocypher+= monocypher>=2.0.5
BUILDLINK_PKGSRCDIR.monocypher?= ../../security/monocypher
.endif # MONOCYPHER_BUILDLINK3_MK
BUILDLINK_TREE+= -monocypher