f8d2de3f86
4.x version required by gitlab PR: 224931 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
24 lines
448 B
Makefile
24 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rbnacl
|
|
PORTVERSION= 4.0.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Networking and Cryptography (NaCl) library
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
|
|
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
|
|
|
|
PORTSCOUT= limit:^4\.
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|