freebsd-ports/www/rubygem-haml-contrib/Makefile
Steve Wills 173e1d8965 This project contains various useful extensions to the Haml template language's
Ruby implementation. Such extensions are useful enough to be distributed, but
not widely used or on-topic enough to belong in Haml proper.

This gives the Haml project a reasonable way to both demote current
functionality, such as the Textile and Maruku filters, and add new experimental
functionality that may later be added to the core.

WWW: http://haml.info/

PR:		ports/185061
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-01-21 22:22:24 +00:00

20 lines
421 B
Makefile

# Created by: Horia Racoviceanu <horia@racoviceanu.com>
# $FreeBSD$
PORTNAME= haml-contrib
PORTVERSION= 1.0.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= horia@racoviceanu.com
COMMENT= Addons for the Ruby implementation of the Haml template language
LICENSE= MIT
RUN_DEPENDS= rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>