mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Useful task libraries and methods for Capistrano
WWW: http://rubygems.org/gems/capistrano-ext
This commit is contained in:
parent
e82bcd5814
commit
c036a9b4bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280548
@ -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
|
||||
|
23
sysutils/rubygem-capistrano-ext/Makefile
Normal file
23
sysutils/rubygem-capistrano-ext/Makefile
Normal 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>
|
2
sysutils/rubygem-capistrano-ext/distinfo
Normal file
2
sysutils/rubygem-capistrano-ext/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/capistrano-ext-1.2.1.gem) = 94fd70fcd5ea02133a3d2aa1bdcf393b886357d2f9ed23c8fe07e668ef9e4cda
|
||||
SIZE (rubygem/capistrano-ext-1.2.1.gem) = 17408
|
3
sysutils/rubygem-capistrano-ext/pkg-descr
Normal file
3
sysutils/rubygem-capistrano-ext/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Useful task libraries and methods for Capistrano
|
||||
|
||||
WWW: http://rubygems.org/gems/capistrano-ext
|
1
sysutils/rubygem-capistrano-ext/pkg-plist
Normal file
1
sysutils/rubygem-capistrano-ext/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment $FreeBSD$
|
Loading…
Reference in New Issue
Block a user