0655514f47
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@
18 lines
301 B
Makefile
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>
|