freebsd-ports/security/rubygem-rbnacl4/Makefile
Steve Wills f8d2de3f86 security/rubygem-rbnacl4: create port
4.x version required by gitlab

PR:		224931
Submitted by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-05 13:22:23 +00:00

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>