9a6b3d9697
PR: ports/147540 Approved by: gogo@cs.uni-sb.de (maintainer) Submitted by: myself (pgollucci@)
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# Ports collection makefile for: rubygem-haml
|
|
# Date created: 13 July 2007
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= haml
|
|
PORTVERSION= 3.0.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
COMMENT= Markup language to describe XHTML
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/css2sass bin/haml bin/html2haml bin/sass bin/sass-convert
|
|
|
|
.include <bsd.port.mk>
|