blob: b4ed01665e486852c3de99e810680c6c6dfafc82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ports collection makefile for: rubygem-haml
# Date created: 13 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= haml
PORTVERSION= 2.2.16
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>
|