mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/rubygem-responders-rails71: Add rubygem-responders-rails71 3.1.1
Responders provides a set of responders modules to dry up your Rails app.
This commit is contained in:
parent
c6ae28b8fc
commit
c35d45c4fd
4 changed files with 26 additions and 0 deletions
|
@ -2248,6 +2248,7 @@
|
|||
SUBDIR += rubygem-responders-rails60
|
||||
SUBDIR += rubygem-responders-rails61
|
||||
SUBDIR += rubygem-responders-rails70
|
||||
SUBDIR += rubygem-responders-rails71
|
||||
SUBDIR += rubygem-rest-client
|
||||
SUBDIR += rubygem-rfacebook
|
||||
SUBDIR += rubygem-rfeedfinder
|
||||
|
|
21
www/rubygem-responders-rails71/Makefile
Normal file
21
www/rubygem-responders-rails71/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= responders
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails71
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple Ruby DSL for making HTTP requests
|
||||
WWW= https://github.com/heartcombo/responders
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack71>=5.2:www/rubygem-actionpack71 \
|
||||
rubygem-railties71>=5.2:www/rubygem-railties71
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-responders-rails71/distinfo
Normal file
3
www/rubygem-responders-rails71/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1714227796
|
||||
SHA256 (rubygem/responders-3.1.1.gem) = 92f2a87e09028347368639cfb468f5fefa745cb0dc2377ef060db1cdd79a341a
|
||||
SIZE (rubygem/responders-3.1.1.gem) = 20480
|
1
www/rubygem-responders-rails71/pkg-descr
Normal file
1
www/rubygem-responders-rails71/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Responders provides a set of responders modules to dry up your Rails app.
|
Loading…
Add table
Reference in a new issue