19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:30 espie Exp $
|
|
|
|
COMMENT = generic interface to multiple Ruby template engines
|
|
|
|
DISTNAME = tilt-1.2.2
|
|
REVISION= 1
|
|
CATEGORIES = devel textproc
|
|
|
|
HOMEPAGE = http://github.com/rtomayko/tilt
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|