freebsd-ports/security/rubygem-rbnacl/Makefile
Sunpoet Po-Chuan Hsieh 7fc3ab360a Remove unnecessary BUILD_DEPENDS
This is a development dependency.

PR:		225138
Submitted by:	sunpoet (myself)
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2018-01-21 11:55:33 +00:00

20 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= rbnacl
PORTVERSION= 5.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= idefix@fechner.net
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>