Merge branch 'staged'
[dports.git] / security / rubygem-sshkey / Makefile
1 PORTNAME=       sshkey
2 PORTVERSION=    3.0.0
3 CATEGORIES=     security rubygems
4 MASTER_SITES=   RG
5
6 MAINTAINER=     sunpoet@FreeBSD.org
7 COMMENT=        Generate private/public SSH keypairs using pure Ruby
8 WWW=            https://github.com/bensie/sshkey
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13 USES=           gem
14
15 NO_ARCH=        yes
16
17 .include <bsd.port.mk>