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:
parent
36c3034428
commit
89c2942e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322018
@ -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
|
||||
|
18
www/rubygem-jruby-rack/Makefile
Normal file
18
www/rubygem-jruby-rack/Makefile
Normal 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>
|
2
www/rubygem-jruby-rack/distinfo
Normal file
2
www/rubygem-jruby-rack/distinfo
Normal 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
|
4
www/rubygem-jruby-rack/pkg-descr
Normal file
4
www/rubygem-jruby-rack/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user