freebsd-ports/security/rubygem-rbnacl/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

20 lines
351 B
Makefile

# $FreeBSD$
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>