22 lines
509 B
Makefile
22 lines
509 B
Makefile
# New ports collection makefile for: rubygem-railsless-deploy
|
|
# Date created: 2011-08-31
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= railsless-deploy
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Replacement for the rails deploy strategy which ships with Capistrano
|
|
|
|
RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|