Sunpoet Po-Chuan Hsieh 8d8cf92b4f Update to 2.73.2
- While I'm here, fix gemspec patch

Changes:	https://github.com/mizzy/specinfra/releases
PR:		226291
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
2018-03-10 23:01:23 +00:00

24 lines
514 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= specinfra
PORTVERSION= 2.73.2
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
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>