751df24688
PR: 133169 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
20 lines
428 B
Makefile
20 lines
428 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= 2.0.9
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
|
|
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
|
|
.include <bsd.port.mk>
|