bd74a0ca3c
A Ruby binding to the state-of-the-art Networking and Cryptography library by Daniel J. Bernstein. This is NOT Google Native Client. This is a crypto library.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/16 17:19:13 minskim Exp $
|
|
|
|
DISTNAME= rbnacl-4.0.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/cryptosphere/rbnacl
|
|
COMMENT= Ruby binding to the Networking and Cryptography library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|