diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-ext/Makefile | 23 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-ext/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-ext/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-ext/pkg-plist | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5a4a9859ca50..31bdc73ae6e3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/rubygem-capistrano-ext/Makefile b/sysutils/rubygem-capistrano-ext/Makefile new file mode 100644 index 000000000000..0a523540325c --- /dev/null +++ b/sysutils/rubygem-capistrano-ext/Makefile @@ -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> diff --git a/sysutils/rubygem-capistrano-ext/distinfo b/sysutils/rubygem-capistrano-ext/distinfo new file mode 100644 index 000000000000..3a5ce139a77a --- /dev/null +++ b/sysutils/rubygem-capistrano-ext/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/capistrano-ext-1.2.1.gem) = 94fd70fcd5ea02133a3d2aa1bdcf393b886357d2f9ed23c8fe07e668ef9e4cda +SIZE (rubygem/capistrano-ext-1.2.1.gem) = 17408 diff --git a/sysutils/rubygem-capistrano-ext/pkg-descr b/sysutils/rubygem-capistrano-ext/pkg-descr new file mode 100644 index 000000000000..fe6da8f4dfff --- /dev/null +++ b/sysutils/rubygem-capistrano-ext/pkg-descr @@ -0,0 +1,3 @@ +Useful task libraries and methods for Capistrano + +WWW: http://rubygems.org/gems/capistrano-ext diff --git a/sysutils/rubygem-capistrano-ext/pkg-plist b/sysutils/rubygem-capistrano-ext/pkg-plist new file mode 100644 index 000000000000..8fb5cc4556d5 --- /dev/null +++ b/sysutils/rubygem-capistrano-ext/pkg-plist @@ -0,0 +1 @@ +@comment $FreeBSD$ |