mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8d5ad91beb
A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032. Feedback and OK tb@
18 lines
320 B
Makefile
18 lines
320 B
Makefile
COMMENT = ruby binding Ed25519 EC public-key signature system
|
|
|
|
DISTNAME = ed25519-1.3.0
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE= https://github.com/RubyCrypto/ed25519
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|