mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
c0810ddacf
Reviewed by: swills
24 lines
402 B
Makefile
24 lines
402 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= haml
|
|
PORTVERSION= 4.0.5
|
|
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>
|