diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:38:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:38:39 +0000 |
commit | adf009f078dd8da4d21675d33563a39cd3f74043 (patch) | |
tree | ce07d398c13ab6f1d00fa8a1a8414578621c78ed /security/rubygem-sshkey1/Makefile | |
parent | fa298a62dc9b7de55abc687f161460bf08dfb2c2 (diff) | |
download | ports-adf009f078dd8da4d21675d33563a39cd3f74043.tar.gz ports-adf009f078dd8da4d21675d33563a39cd3f74043.zip |
Notes
Diffstat (limited to 'security/rubygem-sshkey1/Makefile')
-rw-r--r-- | security/rubygem-sshkey1/Makefile | 23 |
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> |