2007-07-15 00:56:44 +02:00
|
|
|
# Ports collection makefile for: rubygem-haml
|
|
|
|
# Date created: 13 July 2007
|
|
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= haml
|
2011-06-24 20:11:30 +02:00
|
|
|
PORTVERSION= 3.0.25
|
2007-07-15 00:56:44 +02:00
|
|
|
CATEGORIES= www rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-07-15 00:56:44 +02:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= Markup language to describe XHTML
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-03-31 09:38:31 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2010-06-03 04:52:50 +02:00
|
|
|
PLIST_FILES= bin/css2sass bin/haml bin/html2haml bin/sass bin/sass-convert
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|