freebsd-ports/www/rubygem-haml/Makefile
Martin Wilke 751df24688 - Update to 2.0.9
PR:		133169
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2009-03-31 07:38:31 +00:00

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>