Useful task libraries and methods for Capistrano

WWW:	http://rubygems.org/gems/capistrano-ext
This commit is contained in:
Steve Wills 2011-08-26 20:52:49 +00:00
parent e82bcd5814
commit c036a9b4bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280548
5 changed files with 30 additions and 0 deletions

View file

@ -764,6 +764,7 @@
SUBDIR += ruby-quota
SUBDIR += rubygem-bundler
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext
SUBDIR += rubygem-chef
SUBDIR += rubygem-god
SUBDIR += rubygem-log4r

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-capistrano-ext
# Date created: 2011-08-24
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= capistrano-ext
PORTVERSION= 1.2.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Useful task libraries and methods for Capistrano
RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/capistrano-ext-1.2.1.gem) = 94fd70fcd5ea02133a3d2aa1bdcf393b886357d2f9ed23c8fe07e668ef9e4cda
SIZE (rubygem/capistrano-ext-1.2.1.gem) = 17408

View file

@ -0,0 +1,3 @@
Useful task libraries and methods for Capistrano
WWW: http://rubygems.org/gems/capistrano-ext

View file

@ -0,0 +1 @@
@comment $FreeBSD$