mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
A respond_to style Rails block for baked-in web service support in Sinatra.
WWW: http://github.com/cehoffman/sinatra-respond_to PR: ports/149313 Submitted by: Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
parent
f81fe777cb
commit
9a18c4c11f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258986
@ -1563,6 +1563,7 @@
|
||||
SUBDIR += rubygem-scrubyt
|
||||
SUBDIR += rubygem-simple-rss
|
||||
SUBDIR += rubygem-sinatra
|
||||
SUBDIR += rubygem-sinatra-respond_to
|
||||
SUBDIR += rubygem-staticmatic
|
||||
SUBDIR += rubygem-taggable
|
||||
SUBDIR += rubygem-thin
|
||||
|
22
www/rubygem-sinatra-respond_to/Makefile
Normal file
22
www/rubygem-sinatra-respond_to/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Ports collection makefile for: rubygem-sinatra-respond_to
|
||||
# Date created: 5 Aug 2010
|
||||
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sinatra-respond_to
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= A respond_to style Rails block for Sinatra
|
||||
|
||||
RUN_DEPENDS= rubygem-sinatra>=0.9.4:${PORTSDIR}/www/rubygem-sinatra
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-sinatra-respond_to/distinfo
Normal file
3
www/rubygem-sinatra-respond_to/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/sinatra-respond_to-0.4.0.gem) = db83250be716ff98c2ae754f9802ff1b
|
||||
SHA256 (rubygem/sinatra-respond_to-0.4.0.gem) = cf5420e7300540debc59d89e45cd57258b63dc6f8ef6b7ff26eb8bc3a085ecff
|
||||
SIZE (rubygem/sinatra-respond_to-0.4.0.gem) = 12800
|
3
www/rubygem-sinatra-respond_to/pkg-descr
Normal file
3
www/rubygem-sinatra-respond_to/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A respond_to style Rails block for baked-in web service support in Sinatra.
|
||||
|
||||
WWW: http://github.com/cehoffman/sinatra-respond_to
|
Loading…
Reference in New Issue
Block a user