aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-ed2551912/Makefile
blob: 9ee259dea8179a2b6f29c55cab25752be81797b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	ed25519
PORTVERSION=	1.2.4
CATEGORIES=	security rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	12

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby binding to the Ed25519 (RFC 8032)

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

PORTSCOUT=	limit:^1\.2\.

.include <bsd.port.mk>