mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
ca00bab339
Changes: https://github.com/haml/haml/releases https://github.com/haml/haml/blob/original-main/CHANGELOG.md
25 lines
431 B
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>
|