Edit

IABSD.fr/ports/misc/ruby-spreadsheet/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2013-10-26 23:55:34
    Hash : e79a176b
    Message : Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius gem directory when upgrading rubinius from 1.2.4 to 2.1.1.

  • misc/ruby-spreadsheet/Makefile
  • # $OpenBSD: Makefile,v 1.5 2013/10/26 23:55:36 jeremy Exp $
    
    COMMENT =	generate and parse Excel compatible spreadsheets
    
    DISTNAME =	spreadsheet-0.6.5.0
    REVISION=		2
    CATEGORIES =	misc
    
    # GPLv3
    PERMIT_PACKAGE_CDROM =	 Yes
    
    MODULES	 =		lang/ruby
    
    CONFIGURE_STYLE =	ruby gem
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		devel/ruby-ole,${MODRUBY_FLAVOR}
    TEST_DEPENDS =	devel/ruby-hoe,${MODRUBY_FLAVOR} \
    			converters/ruby-json,${MODRUBY_FLAVOR}
    
    MODRUBY_TEST =	rake
    
    .include <bsd.port.mk>