edbe3f063c
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)
23 lines
542 B
Makefile
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>
|