freebsd-ports/sysutils/rubygem-capistrano/Makefile
Jean Milanez Melo 0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00

31 lines
1.1 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= 1.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
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>