Files
bsdports/ruby/rubygem-sshkey/Makefile
2019-12-26 07:26:06 +00:00

18 lines
390 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/security/rubygem-sshkey/Makefile 493209 2019-02-17 19:40:36Z sunpoet $
PORTNAME= sshkey
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate private/public SSH keypairs using pure Ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>