1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/rubygem-haml/Makefile

25 lines
431 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
PORTNAME= haml
PORTVERSION= 5.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Markup language to describe HTML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-temple>=0.8.0:devel/rubygem-temple \
rubygem-tilt>=0:devel/rubygem-tilt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/haml
.include <bsd.port.mk>