Matthias Fechner 5b6744a704 security/rubygem-ed25519: update to 1.4.0
Required for gitlab 18.0

Changes:	https://github.com/RubyCrypto/ed25519/blob/main/CHANGES.md
PR:		286874
Approved by:	sunpoet (maintainer)
2025-05-19 15:35:48 +02:00

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>