Edit

IABSD.fr/ports/databases/ruby-couchrest/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2010-09-28 20:12:16
    Hash : 82143f79
    Message : Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk All ruby .gem files are now hosted on rubygems.org in the same directory. If the ruby gem CONFIGURE_STYLE is used, make the default MASTER_SITES that directory. There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for some ports that aren't gems, or where the .gem file isn't hosted on rubygems.org, or where the hashes don't match. Most of these will be dealt with in the near future. OK landry@

  • databases/ruby-couchrest/Makefile
  • # $OpenBSD: Makefile,v 1.4 2010/09/28 20:12:16 jeremy Exp $
    
    COMMENT =	lean and RESTful interface to CouchDB
    
    DISTNAME =	couchrest-0.33
    PKGNAME =	ruby-${DISTNAME}
    REVISION =      0
    CATEGORIES =	databases
    
    HOMEPAGE =	http://github.com/jchris/couchrest/
    
    # Apache 2.0
    PERMIT_PACKAGE_CDROM = Yes
    PERMIT_PACKAGE_FTP = Yes
    PERMIT_DISTFILES_CDROM = Yes
    PERMIT_DISTFILES_FTP = Yes
    
    MODULES =		lang/ruby
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		::converters/ruby-json \
    			:ruby-rest-client->=1.0.3:www/ruby-rest-client \
    			::mail/ruby-mime-types
    
    CONFIGURE_STYLE =	ruby gem
    
    PKG_ARCH =		*
    
    REGRESS_DEPENDS =	::devel/ruby-extlib \
    			::databases/apache-couchdb
    MODRUBY_REGRESS =	rake rspec
    
    # needs a running couchdb server
    REGRESS_IS_INTERACTIVE = Yes
    
    .include <bsd.port.mk>