View | Details | Raw Unified | Return to bug 224931
Collapse All | Expand All

(-)b/security/rubygem-rbnacl4/Makefile (+24 lines)
Added Link Here
1
# $FreeBSD: head/security/rubygem-rbnacl/Makefile 458098 2018-01-05 00:50:27Z swills $
2
3
PORTNAME=	rbnacl
4
PORTVERSION=	4.0.2
5
CATEGORIES=	security rubygems
6
MASTER_SITES=	RG
7
PKGNAMESUFFIX=	4
8
9
MAINTAINER=	idefix@fechner.net
10
COMMENT=	Networking and Cryptography (NaCl) library
11
12
LICENSE=	MIT
13
14
LIB_DEPENDS=	libsodium.so:security/libsodium
15
BUILD_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bundler
16
RUN_DEPENDS=	rubygem-ffi>=0:devel/rubygem-ffi
17
18
PORTSCOUT=	limit:^4\.
19
20
NO_ARCH=	yes
21
USES=		gem
22
USE_RUBY=	yes
23
24
.include <bsd.port.mk>
(-)b/security/rubygem-rbnacl4/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1515155304
2
SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321
3
SIZE (rubygem/rbnacl-4.0.2.gem) = 220160
(-)b/security/rubygem-rbnacl4/pkg-descr (+4 lines)
Added Link Here
1
The Networking and Cryptography (NaCl) library provides a high-level toolkit for
2
building cryptographic systems and protocols.
3
4
WWW: https://github.com/cryptosphere/rbnacl

Return to bug 224931