2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:30 espie Exp $
|
2010-10-05 15:23:51 -04:00
|
|
|
|
2012-10-15 11:06:41 -04:00
|
|
|
COMMENT = generic interface to multiple Ruby template engines
|
2010-10-05 15:23:51 -04:00
|
|
|
|
2011-03-23 23:16:08 -04:00
|
|
|
DISTNAME = tilt-1.2.2
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION= 1
|
2010-10-05 15:23:51 -04:00
|
|
|
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>
|