diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-01 18:16:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-01 18:16:25 +0000 |
commit | 0acab13d73e190b2860ab89369139764c7d2a937 (patch) | |
tree | 875e3848f554d8656bccc23e27792770c93e2276 /devel | |
parent | 4eb83b0e0d82727605157352e55ef04bef05078d (diff) | |
download | ports-0acab13d73e190b2860ab89369139764c7d2a937.tar.gz ports-0acab13d73e190b2860ab89369139764c7d2a937.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-prototype-rails/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-prototype-rails/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-prototype-rails/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c6fc1f393437..f7e345989f46 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3791,6 +3791,7 @@ SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn + SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-racc diff --git a/devel/rubygem-prototype-rails/Makefile b/devel/rubygem-prototype-rails/Makefile new file mode 100644 index 000000000000..06df20bd13f8 --- /dev/null +++ b/devel/rubygem-prototype-rails/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-prototype-rails +# Date created: 2012-05-19 +# Whom: Mikhail T. <m.tsatsenko@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= prototype-rails +PORTVERSION= 3.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= m.tsatsenko@gmail.com +COMMENT= Provides Prototype, Scriptaculous, and RJS for Rails + +RUN_DEPENDS= rubygem-rails>=3.2.0:${PORTSDIR}/www/rubygem-rails + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-prototype-rails/distinfo b/devel/rubygem-prototype-rails/distinfo new file mode 100644 index 000000000000..7f18a9ba2088 --- /dev/null +++ b/devel/rubygem-prototype-rails/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/prototype-rails-3.2.1.gem) = 79cb161cfb612141fea186fa1f687d1dbb7003e43fc72519bc5672661b68ea5e +SIZE (rubygem/prototype-rails-3.2.1.gem) = 97792 diff --git a/devel/rubygem-prototype-rails/pkg-descr b/devel/rubygem-prototype-rails/pkg-descr new file mode 100644 index 000000000000..048dc5dd3d10 --- /dev/null +++ b/devel/rubygem-prototype-rails/pkg-descr @@ -0,0 +1,3 @@ +prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1 + +WWW: https://github.com/rails/prototype-rails |