1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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>
This commit is contained in:
Steve Wills 2013-10-25 12:27:53 +00:00
parent 2cf11697f1
commit 523ab18cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331570
4 changed files with 31 additions and 0 deletions

View File

@ -1765,6 +1765,7 @@
SUBDIR += rubygem-gon
SUBDIR += rubygem-haml
SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-haml-rails
SUBDIR += rubygem-hpricot
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-httparty

View File

@ -0,0 +1,22 @@
# $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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/haml-rails-0.4.gem) = a2c13b66d37aaf10d3d4cdf7a133a72dd7024b943a799cdae963bc0ce6198308
SIZE (rubygem/haml-rails-0.4.gem) = 8704

View File

@ -0,0 +1,6 @@
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