freebsd-ports/www/rubygem-haml-rails/Makefile
Steve Wills 523ab18cbc Haml-rails provides Haml generators for Rails 3. 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

PR:		ports/183292
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-25 12:27:53 +00:00

22 lines
506 B
Makefile

# $FreeBSD$
PORTNAME= haml-rails
PORTVERSION= 0.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Haml generator for Rails
RUN_DEPENDS= rubygem-actionpack>=3.1:${PORTSDIR}/www/rubygem-actionpack \
rubygem-activesupport>=3.1:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-haml>=3.1:${PORTSDIR}/www/rubygem-haml \
rubygem-railties>=3.1:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>