openbsd-ports/security/ruby-rbnacl/Makefile
kmos 5b2ca60396 The Networking and Cryptography (NaCl) library provides a high-level
toolkit for building cryptographic systems and protocols. rbnacl
provides a ruby interface to libsodium/NaCl.

input and ok jeremy@
2022-10-03 21:03:36 +00:00

21 lines
350 B
Makefile

COMMENT = Ruby binding for libsodium/NaCl
DISTNAME = rbnacl-7.1.1
CATEGORIES = security
HOMEPAGE = https://github.com/RubyCrypto/rbnacl
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR} \
security/libsodium
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>