1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API

to Rack.

WWW: http://jruby.org/
This commit is contained in:
Steve Wills 2013-06-29 01:46:11 +00:00
parent 36c3034428
commit 89c2942e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322018
4 changed files with 25 additions and 0 deletions

View File

@ -1758,6 +1758,7 @@
SUBDIR += rubygem-jekyll
SUBDIR += rubygem-journey
SUBDIR += rubygem-jquery-rails
SUBDIR += rubygem-jruby-rack
SUBDIR += rubygem-jwt
SUBDIR += rubygem-layout-yullio
SUBDIR += rubygem-less

View File

@ -0,0 +1,18 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= jruby-rack
PORTVERSION= 1.1.13.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Java and Ruby library that adapts the Java Servlet API to Rack
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/jruby-rack-1.1.13.2.gem) = bfe64ebdb4ccd1d60ce20ba7ff6d1ef1c69b28bf7b6c0d92411065d3c9a2380c
SIZE (rubygem/jruby-rack-1.1.13.2.gem) = 238080

View File

@ -0,0 +1,4 @@
JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API
to Rack.
WWW: http://jruby.org/