aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-capistrano/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-18 07:36:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-18 07:36:18 +0000
commitdf30921ce2dbb9056d94e9cffd5ff81864afb69e (patch)
treeaf253d4b1cc943e5c960a1a24c7c1a9bf6dd31b0 /sysutils/rubygem-capistrano/Makefile
parent0fd18fb8161d48f7f048a121a1ce78612c9df6ee (diff)
downloadports-df30921ce2dbb9056d94e9cffd5ff81864afb69e.tar.gz
ports-df30921ce2dbb9056d94e9cffd5ff81864afb69e.zip
Notes
Diffstat (limited to 'sysutils/rubygem-capistrano/Makefile')
-rw-r--r--sysutils/rubygem-capistrano/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
new file mode 100644
index 000000000000..20d9e85402ee
--- /dev/null
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -0,0 +1,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 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>