8e82f271e5
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/
18 lines
293 B
Makefile
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>
|