freebsd-ports/devel/rubygem-sprockets-rails/Makefile
Torsten Zuehlsdorff 12f7c1d49c devel/rubygem-sprockets-rails: Update from 3.0.4 to 3.1.1
3.1.1
- Only set the gzip option if the sprockets version supports it.

3.1.0
- Improve error message when manifest file is not present.
- Improve error message when asset is not linked.
- Allow gzip compression to be disabled from Rails configuration.
- Add option to make raising exception for missing assets optional.
- Merge quite_assets gem feature.
- Allow SRI integrity attribute on localhost.

Approved by: swills (mentor)
2016-09-29 14:11:57 +00:00

23 lines
509 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sprockets-rails
PORTVERSION= 3.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sprockets Rails integration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \
rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>