freebsd-ports/sysutils/rubygem-capistrano/Makefile
Pav Lucistnik df30921ce2 SwitchTower is a utility of Rails fame that simplifies and automates
application deployment, while it's not Rails-specific.

PR:		ports/91830
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:36:18 +00:00

20 lines
641 B
Makefile

# 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 ruby
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>