freebsd-ports/sysutils/rubygem-capistrano/Makefile
Martin Wilke ed175a502c - Update to 2.1.0
PR:		118079
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2007-12-14 19:08:57 +00:00

34 lines
1.3 KiB
Makefile

# New ports collection makefile for: rubygem-capistrano
# Date created: 22 March 2006
# Whom: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
#
# $FreeBSD$
#
PORTNAME= capistrano
PORTVERSION= 2.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= r.s.a.vandomburg@nedforce.nl
COMMENT= A utility for executing commands in parallel on multiple machines
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp
RUN_DEPENDS= ${BUILD_DEPENDS} \
rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
post-install:
@${ECHO_MSG} "======================================================================"
@${ECHO_MSG}
@${ECHO_MSG} "If upgrading/switching from SwitchTower to Capistrano, be sure to:"
@${ECHO_MSG} " - pkg_delete /var/db/pkg/rubygem-switchtower-*"
@${ECHO_MSG} " - for all Rails projects, execute \"cap -A .\", keeping deploy.rb"
@${ECHO_MSG} " - for all Rails projects, remove lib/tasks/switchtower.rake"
@${ECHO_MSG}
@${ECHO_MSG} "======================================================================"
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>