opnsense-ports/security/rubygem-ed25519/Makefile
Franco Fichtner 9c41823666 */*: sync with upstream
Taken from: HardenedBSD
2018-06-05 10:35:24 +02: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
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>