openbsd-ports/textproc/ruby-erubis/Makefile
jasper 0655514f47 re-import erubis-2.7.0
Erubis is an implementation of eRuby and has the following features:

* Very fast, almost three times faster than ERB and about 10% faster
  than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
[...]

ok aja@
2016-05-01 17:22:07 +00:00

18 lines
301 B
Makefile

# $OpenBSD: Makefile,v 1.18 2016/05/01 17:22:07 jasper Exp $
COMMENT = implementation of eRuby
DISTNAME = erubis-2.7.0
CATEGORIES = textproc
HOMEPAGE = http://www.kuwata-lab.com/erubis/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>