freebsd-ports/devel/rubygem-tilt1/Makefile
Steve Wills 8e82f271e5 Tilt is a thin interface over a bunch of different Ruby template engines in an
attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.

This older version will be used by rubygem-sprockets.

WWW: https://github.com/rtomayko/tilt/
2014-03-22 22:51:16 +00:00

18 lines
293 B
Makefile

# $FreeBSD$
PORTNAME= tilt
PORTVERSION= 1.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic interface to multiple Ruby template engines
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>