aboutsummaryrefslogblamecommitdiff
path: root/security/rubygem-rbnacl/Makefile
blob: 3c8a60ae92cd60129fb8ea62d0aac63ddc852473 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                      
                     


                                 
                                    




                                                          






                                                
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>