mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Add rubygem-responders2-rails5 2.4.1 (copied from rubygem-responders-rails5)
- Add PORTSCOUT
This commit is contained in:
parent
a2d6272c7a
commit
a1b8c2a1a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506037
4 changed files with 33 additions and 0 deletions
|
@ -2139,6 +2139,7 @@
|
|||
SUBDIR += rubygem-redmine_acts_as_taggable_on
|
||||
SUBDIR += rubygem-responders
|
||||
SUBDIR += rubygem-responders-rails5
|
||||
SUBDIR += rubygem-responders2-rails5
|
||||
SUBDIR += rubygem-rest-client
|
||||
SUBDIR += rubygem-rfacebook
|
||||
SUBDIR += rubygem-rfeedfinder
|
||||
|
|
26
www/rubygem-responders2-rails5/Makefile
Normal file
26
www/rubygem-responders2-rails5/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= responders
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2-rails5
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple Ruby DSL for making HTTP requests
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack5>=4.2.0:www/rubygem-actionpack5 \
|
||||
rubygem-railties5>=4.2.0:www/rubygem-railties5
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-responders2-rails5/distinfo
Normal file
3
www/rubygem-responders2-rails5/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1548164829
|
||||
SHA256 (rubygem/responders-2.4.1.gem) = 15cf41657745c5e38b22d50acadb6ecbbcbfb72f2a761e4ddb6488c37c5c98a2
|
||||
SIZE (rubygem/responders-2.4.1.gem) = 19456
|
3
www/rubygem-responders2-rails5/pkg-descr
Normal file
3
www/rubygem-responders2-rails5/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Responders provides a set of responders modules to dry up your Rails app.
|
||||
|
||||
WWW: https://github.com/plataformatec/responders
|
Loading…
Add table
Reference in a new issue