mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
4a0f6abdfa
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)
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# $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>
|