Files
ports/security/ruby-argon2/Makefile
T
jeremy 0f1fb96fb1 Update to argon2 2.3.0
Mostly from wen heping <wenheping2000@hotmail.com>
2023-12-08 17:04:07 +00:00

26 lines
504 B
Makefile

COMMENT = Ruby binding for the argon2 password hashing algorithm
DISTNAME = argon2-2.3.0
CATEGORIES = security
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
HOMEPAGE = https://github.com/technion/ruby-argon2
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = devel/gmake \
${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.15,<2.0 \
devel/ruby-ffi-compiler,${MODRUBY_FLAVOR}>=1.0,<2.0
CONFIGURE_STYLE = ruby gem ext
MAKE_ENV = MAKE=gmake
.include <bsd.port.mk>