blob: 8dea22463baff97f4d7491074bb282b505da11ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= specinfra
PORTVERSION= 2.82.16
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Test suite for server configuration
WWW= https://github.com/mizzy/specinfra
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-scp>=0:security/rubygem-net-scp \
rubygem-net-ssh>=2.7:security/rubygem-net-ssh \
rubygem-net-telnet>=0:security/rubygem-net-telnet
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|