opnsense-ports/security/rubygem-rbnacl/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
369 B
Makefile

PORTNAME= rbnacl
PORTVERSION= 5.0.0
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>