2a6cda2ec6
- Pet portlint Approved by: portmgr blanket
25 lines
442 B
Makefile
25 lines
442 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= haml
|
|
PORTVERSION= 5.0.4
|
|
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
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/haml
|
|
|
|
.include <bsd.port.mk>
|