aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-sshkey1/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:38:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:38:39 +0000
commitadf009f078dd8da4d21675d33563a39cd3f74043 (patch)
treece07d398c13ab6f1d00fa8a1a8414578621c78ed /security/rubygem-sshkey1/Makefile
parentfa298a62dc9b7de55abc687f161460bf08dfb2c2 (diff)
downloadports-adf009f078dd8da4d21675d33563a39cd3f74043.tar.gz
ports-adf009f078dd8da4d21675d33563a39cd3f74043.zip
Notes
Diffstat (limited to 'security/rubygem-sshkey1/Makefile')
-rw-r--r--security/rubygem-sshkey1/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/rubygem-sshkey1/Makefile b/security/rubygem-sshkey1/Makefile
new file mode 100644
index 000000000000..e2f7c517ee3d
--- /dev/null
+++ b/security/rubygem-sshkey1/Makefile
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sshkey
+PORTVERSION= 1.9.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Generate private/public SSH keypairs using pure Ruby
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:1\.9\.
+
+.include <bsd.port.mk>