mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ca4fc2de29
PR: ports/162145 Submitted by: swills (me) Approved by: gogo@cs.uni-sb.de (maintainer)
22 lines
407 B
Makefile
22 lines
407 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.1.3
|
|
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/haml bin/html2haml
|
|
|
|
.include <bsd.port.mk>
|