15 lines
291 B
Makefile
15 lines
291 B
Makefile
PORTNAME= ed25519
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby binding to the Ed25519 (RFC 8032)
|
|
WWW= https://github.com/RubyCrypto/ed25519
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|