freebsd-ports/security/rubygem-ed25519/Makefile
Sunpoet Po-Chuan Hsieh b9046f0fc5 Cosmetic change
2019-03-09 14:38:16 +00:00

18 lines
325 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ed25519
PORTVERSION= 1.2.4
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>