aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-capistrano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rubygem-capistrano/Makefile')
-rw-r--r--sysutils/rubygem-capistrano/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index 291b4edec16b..e11adf99081f 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -2,24 +2,25 @@
# $FreeBSD$
PORTNAME= capistrano
-PORTVERSION= 2.14.2
+PORTVERSION= 3.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
-COMMENT= A utility for executing commands in parallel on multiple machines
+COMMENT= Utility for executing commands in parallel on multiple machines
-RUN_DEPENDS= rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
- rubygem-net-scp>=1.0.0:${PORTSDIR}/security/rubygem-net-scp \
- rubygem-net-sftp>=2.0.0:${PORTSDIR}/security/rubygem-net-sftp \
- rubygem-net-ssh>=2.0.14:${PORTSDIR}/security/rubygem-net-ssh \
- rubygem-net-ssh-gateway>=1.1.0:${PORTSDIR}/security/rubygem-net-ssh-gateway
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \
+ rubygem-rake>=10:${PORTSDIR}/devel/rubygem-rake \
+ rubygem-sshkit>=0.0.23:${PORTSDIR}/security/rubygem-sshkit
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/cap bin/capify
+
+PLIST_FILES= bin/cap
post-install:
@${ECHO_MSG} "======================================================================"