mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
PORTNAME= airbrussh
|
|
PORTVERSION= 1.5.3
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Replacement log formatter for SSHKit
|
|
WWW= https://github.com/mattbrictson/airbrussh
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-sshkit>=1.7.1:security/rubygem-sshkit
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|