freebsd-ports/www/rubygem-haml-rails-rails4/Makefile
Johannes Jost Meixner edbe3f063c www/rubygem-haml-rails-rails4: copy port
Haml-rails provides Haml generators for Rails 4. It also enables Haml as the
templating engine for you, so you don't have to screw around in your own
application.rb when your Gemfile already clearly indicated what templating
engine you have installed. Hurrah.

WWW: http://github.com/indirect/haml-rails

Differential Revision:	https://reviews.freebsd.org/D867
Approved by:	swills (mentor)
2014-09-27 18:21:20 +00:00

23 lines
542 B
Makefile

# $FreeBSD$
PORTNAME= haml-rails
PORTVERSION= 0.5.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Haml generator for Rails
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=4.1.4:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-activesupport4>=4.1.4:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-haml>=3.1:${PORTSDIR}/www/rubygem-haml \
rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>