mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
New port, www/rubygem-rails_12factor: Run Rails the 12factor way
Adding www/rubygem-rails_12factor, because it is a dependency of the upcoming www/mastodon port. WWW: https://github.com/heroku/rails_12factor Approved by: swills (mentor, implicit)
This commit is contained in:
parent
1502f1a4c4
commit
4a0f6abdfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438524
@ -2065,6 +2065,7 @@
|
||||
SUBDIR += rubygem-rack15
|
||||
SUBDIR += rubygem-rack16
|
||||
SUBDIR += rubygem-rails4
|
||||
SUBDIR += rubygem-rails_12factor
|
||||
SUBDIR += rubygem-rails_autolink
|
||||
SUBDIR += rubygem-rails_serve_static_assets
|
||||
SUBDIR += rubygem-rails-settings-cached
|
||||
|
22
www/rubygem-rails_12factor/Makefile
Normal file
22
www/rubygem-rails_12factor/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rails_12factor
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Run Rails the 12factor way
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rails_serve_static_assets>=0:www/rubygem-rails_serve_static_assets \
|
||||
rubygem-rails_stdout_logging>=0:www/rubygem-rails_stdout_logging
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-rails_12factor/distinfo
Normal file
3
www/rubygem-rails_12factor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1492184564
|
||||
SHA256 (rubygem/rails_12factor-0.0.3.gem) = ee9b88d39966262109fa017dbaac550b80ce224a7266376d42470d391a900ff5
|
||||
SIZE (rubygem/rails_12factor-0.0.3.gem) = 8192
|
3
www/rubygem-rails_12factor/pkg-descr
Normal file
3
www/rubygem-rails_12factor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Run Rails the 12factor way
|
||||
|
||||
WWW: https://github.com/heroku/rails_12factor
|
Loading…
Reference in New Issue
Block a user