mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
18 lines
313 B
Makefile
18 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>
|