523ab18cbc
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>
22 lines
506 B
Makefile
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>
|