2014-10-11 19:54:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2014/10/11 19:54:46 jeremy Exp $
|
2010-10-05 19:23:51 +00:00
|
|
|
|
2012-10-15 15:06:41 +00:00
|
|
|
COMMENT = generic interface to multiple Ruby template engines
|
2010-10-05 19:23:51 +00:00
|
|
|
|
2013-05-15 09:34:40 +00:00
|
|
|
DISTNAME = tilt-1.4.1
|
2014-10-11 19:54:46 +00:00
|
|
|
REVISION = 2
|
2010-10-05 19:23:51 +00:00
|
|
|
CATEGORIES = devel textproc
|
|
|
|
|
2013-08-07 21:57:40 +00:00
|
|
|
HOMEPAGE = https://github.com/rtomayko/tilt
|
2010-10-05 19:23:51 +00:00
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|