mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
20404d76dc
PR: 219978 Submitted by: naito.yuichiro@gmail.com (maintainer)
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= specinfra
|
|
PORTVERSION= 2.68.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Test suite for server configuration
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|