aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-capistrano
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-04-06 08:58:21 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-04-06 08:58:21 +0000
commitfae8e0f615b1dfcff35249a7a11ebfba7391bc56 (patch)
treecbba292aa57c0d2e7bb423ca0366362b198eec85 /sysutils/rubygem-capistrano
parent090dbb7b77d15ec9d072089f51c17e73d6e22f59 (diff)
downloadports-fae8e0f615b1dfcff35249a7a11ebfba7391bc56.tar.gz
ports-fae8e0f615b1dfcff35249a7a11ebfba7391bc56.zip
Notes
Diffstat (limited to 'sysutils/rubygem-capistrano')
-rw-r--r--sysutils/rubygem-capistrano/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index ceb2a05d56e6..65ce9e8435c6 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -13,10 +13,13 @@ MASTER_SITES= RF
MAINTAINER= r.s.a.vandomburg@nedforce.nl
COMMENT= A utility for executing commands in parallel on multiple machines
-RUN_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
- ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp \
+RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp \
rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
+USE_RUBY= yes
+USE_RAKE= yes
+USE_RUBYGEMS= yes
+
post-install:
@${ECHO_MSG} "======================================================================"
@${ECHO_MSG}
@@ -27,6 +30,4 @@ post-install:
@${ECHO_MSG}
@${ECHO_MSG} "======================================================================"
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>