aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-sshkey/Makefile
blob: 050b593f5f68fe3225e2edb7882c11c60993006d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	sshkey
PORTVERSION=	3.0.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate private/public SSH keypairs using pure Ruby
WWW=		https://github.com/bensie/sshkey

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>