Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2011-12-13 17:56:55
    Hash : 5f7de731
    Message : Update to 2.7.0. Use MODRUBY_REGRESS for regress tests, and fix regress tests. OK claudio@

  • textproc/ruby-erubis/Makefile
  • # $OpenBSD: Makefile,v 1.15 2011/12/13 17:56:55 jeremy Exp $
    
    COMMENT=		pure Ruby implementation of eRuby
    
    DISTNAME=		erubis-2.7.0
    CATEGORIES=		textproc
    
    HOMEPAGE=		http://www.kuwata-lab.com/erubis/
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem
    
    REGRESS_DEPENDS=	${FULLPKGNAME}:${BUILD_PKGPATH}
    MODRUBY_REGRESS=	ruby
    MODRUBY_REGRESS_ENV=	RUBYOPT=-rubygems
    MODRUBY_REGRESS_TARGET=	test/test.rb
    
    .include <bsd.port.mk>