Files
ports/security/rubygem-rbnacl/Makefile
T
Daniel Engberg 42b95df84d */*: Bump PORTREVISION for libsodium consumers after version bump
Bump consumers of libsodium
2026-06-01 19:09:18 +02:00

20 lines
385 B
Makefile

PORTNAME= rbnacl
PORTVERSION= 5.0.0
PORTREVISION= 3
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Networking and Cryptography (NaCl) library
WWW= https://github.com/cryptosphere/rbnacl
LICENSE= MIT
LIB_DEPENDS= libsodium.so:security/libsodium
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>