mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
67cadcb973
- FIx typo in pkg-descr PR: 211433 [1] Submitted by: maintainer [1]
23 lines
426 B
Makefile
23 lines
426 B
Makefile
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= specinfra
|
|
PORTVERSION= 2.60.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>
|