aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-rbnacl/Makefile
blob: 470503f30d8b975f1d3d3331758c2e532382ec4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   rbnacl
PORTVERSION=    5.0.0
CATEGORIES= security rubygems
MASTER_SITES=   RG

MAINTAINER= mfechner@FreeBSD.org
COMMENT=    Networking and Cryptography (NaCl) library

LICENSE=    MIT

LIB_DEPENDS=    libsodium.so:security/libsodium
RUN_DEPENDS=    rubygem-ffi>=0:devel/rubygem-ffi

NO_ARCH=    yes
USES=       gem
USE_RUBY=   yes

.include <bsd.port.mk>