forked from Lainports/freebsd-ports
17 lines
313 B
Makefile
17 lines
313 B
Makefile
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>
|