freebsd-ports/security/rubygem-hrr_rb_ssh-ed25519/Makefile
Antoine Brodin cb4ea4d7f1 security/rubygem-hrr_rb_ssh-ed25519: new port
hrr_rb_ssh extension that supports ED25519 public key algorithm.
WWW: https://github.com/hirura/hrr_rb_ssh-ed25519
2021-09-21 18:04:51 +00:00

19 lines
410 B
Makefile

PORTNAME= hrr_rb_ssh-ed25519
DISTVERSION= 0.4.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= hrr_rb_ssh extension that supports ED25519
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ed25519>=1.2:security/rubygem-ed25519 \
rubygem-hrr_rb_ssh>=0.4:security/rubygem-hrr_rb_ssh
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>