forked from Lainports/freebsd-ports
19 lines
385 B
Makefile
19 lines
385 B
Makefile
PORTNAME= rbnacl
|
|
PORTVERSION= 5.0.0
|
|
PORTREVISION= 1
|
|
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>
|