Edit

IABSD.fr/ports/textproc/ruby-erubis/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2016-05-01 17:22:07
    Hash : 0655514f
    Message : 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@

  • textproc/ruby-erubis/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>