164e1362b4
PR: 217601 Submitted by: Naito Yuichiro <naito.yuichiro@gmail.com> (maintainer)
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= specinfra
|
|
PORTVERSION= 2.67.2
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Test suite for server configuration
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= \
|
|
rubygem-net-scp>=0:security/rubygem-net-scp \
|
|
rubygem-net-ssh>=2.7:security/rubygem-net-ssh
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|