ports/security/rubygem-ed25519/Makefile

17 lines
313 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ed25519
PORTVERSION= 1.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding to the Ed25519 (RFC 8032)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>