Edit

IABSD.fr/ports/databases/ruby-couchrest/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.

  • databases/ruby-couchrest/Makefile
  • # $OpenBSD: Makefile,v 1.13 2013/10/26 23:55:34 jeremy Exp $
    
    COMMENT =	lean and RESTful interface to CouchDB
    
    DISTNAME =	couchrest-0.33
    REVISION =	7
    CATEGORIES =	databases
    
    HOMEPAGE =	https://github.com/jchris/couchrest/
    
    # Apache 2.0
    PERMIT_PACKAGE_CDROM = Yes
    
    MODULES =		lang/ruby
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		converters/ruby-json,${MODRUBY_FLAVOR} \
    			www/ruby-rest-client,${MODRUBY_FLAVOR}>=1.0.3 \
    			mail/ruby-mime-types,${MODRUBY_FLAVOR}
    
    CONFIGURE_STYLE =	ruby gem
    
    TEST_DEPENDS =	devel/ruby-extlib,${MODRUBY_FLAVOR} \
    			databases/apache-couchdb
    MODRUBY_TEST =	rake rspec
    
    # needs a running couchdb server
    TEST_IS_INTERACTIVE = Yes
    
    .include <bsd.port.mk>