aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-airbrussh/Makefile
blob: 27cea4bc68e8865f61771c7de4836ecec8d77f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>