blob: 2ee19eee54c174c89b453c8b904a4c9367d3ace9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: rubygem-switchtower
# Date created: 14 January 2006
# Whom: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
#
# $FreeBSD$
#
PORTNAME= switchtower
PORTVERSION= 0.10.0
CATEGORIES= sysutils rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7932/
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
COMMENT= A utility for executing commands in parallel on multiple machines
RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
|