mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add rubygem-responders 1.1.2
Responders provides a set of responders modules to dry up your Rails app. WWW: https://github.com/plataformatec/responders RG: https://rubygems.org/gems/responders
This commit is contained in:
parent
e63ed4cdc6
commit
c50180d263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386008
@ -1915,6 +1915,7 @@
|
||||
SUBDIR += rubygem-redis-rack
|
||||
SUBDIR += rubygem-redis-rails
|
||||
SUBDIR += rubygem-redmine_acts_as_taggable_on
|
||||
SUBDIR += rubygem-responders
|
||||
SUBDIR += rubygem-rest-client
|
||||
SUBDIR += rubygem-rfacebook
|
||||
SUBDIR += rubygem-rfeedfinder
|
||||
|
20
www/rubygem-responders/Makefile
Normal file
20
www/rubygem-responders/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= responders
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple Ruby DSL for making HTTP requests
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-railties4>=4.1.0:${PORTSDIR}/www/rubygem-railties4
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-responders/distinfo
Normal file
2
www/rubygem-responders/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/responders-1.1.2.gem) = 6e78286742e728eb1c56e6d5ee91905ca7390bfffc9b7c42824acde0663a029d
|
||||
SIZE (rubygem/responders-1.1.2.gem) = 16384
|
4
www/rubygem-responders/pkg-descr
Normal file
4
www/rubygem-responders/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Responders provides a set of responders modules to dry up your Rails app.
|
||||
|
||||
WWW: https://github.com/plataformatec/responders
|
||||
RG: https://rubygems.org/gems/responders
|
Loading…
Reference in New Issue
Block a user