Required for gitlab 18.0 Changes: https://github.com/RubyCrypto/ed25519/blob/main/CHANGES.md PR: 286874 Approved by: sunpoet (maintainer)
16 lines
291 B
Makefile
16 lines
291 B
Makefile
PORTNAME= ed25519
|
|
PORTVERSION= 1.4.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>
|