1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/rubygem-haml/Makefile
Thomas Abthorpe 284cd479c9 - Reassign to ruby@, at maintainer's request
With hat:	portmgr
2014-03-04 18:26:22 +00:00

24 lines
402 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= haml
PORTVERSION= 4.0.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Markup language to describe HTML
LICENSE= MIT
RUN_DEPENDS= rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/haml
.include <bsd.port.mk>