openbsd-ports/devel/ruby-tilt/Makefile
jasper 7e1393ceab import ruby-tilt 1.1
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.

ok jeremy@
2010-10-05 19:23:51 +00:00

24 lines
452 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/10/05 19:23:51 jasper Exp $
COMMENT = generic interface to multiple Ruby template engines
DISTNAME = tilt-1.1
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel textproc
HOMEPAGE = http://github.com/rtomayko/tilt
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
.include <bsd.port.mk>