blob: 8a79fa1ae06afb25300b7aea86d9c5ffafd1d0f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.24 2022/12/04 16:39:53 taca Exp $
DISTNAME= net-ssh-7.0.1
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/net-ssh/net-ssh
COMMENT= Secure shell for Ruby
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|