mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
21 lines
491 B
Makefile
21 lines
491 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
|
|
|
|
.include <bsd.port.mk>
|