production Adding www/rubygem-rails_serve_static_assets, because it is required for the upcoming www/mastodon port. WWW: https://github.com/heroku/rails_serve_static_assets/ Approved by: swills (mentor, implicit)
19 lines
295 B
Makefile
19 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rails_serve_static_assets
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Enables serving assets in production
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|