Edit

IABSD.fr/ports/www/ruby-thin_http/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2012-09-23 16:57:32
    Hash : c3579f1b
    Message : Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9 by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

  • www/ruby-thin_http/Makefile
  • # $OpenBSD: Makefile,v 1.9 2012/09/23 16:57:36 jeremy Exp $
    
    COMMENT =	lightweight and user friendly HTTP client library for Ruby
    
    DISTNAME =	thin_http-0.1.1
    REVISION =	5
    CATEGORIES =	www
    
    MAINTAINER =	Clint Pachl <pachl@ecentryx.com>
    
    # Ruby license
    PERMIT_PACKAGE_CDROM =   Yes
    PERMIT_PACKAGE_FTP =     Yes
    PERMIT_DISTFILES_CDROM = Yes
    PERMIT_DISTFILES_FTP =   Yes
    
    HOMEPAGE =		http://thinhttp.rubyforge.org/
    
    MODULES =		lang/ruby
    
    CONFIGURE_STYLE = 	ruby gem
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		mail/ruby-mime,${MODRUBY_FLAVOR}
    
    do-regress:
    	@cd ${WRKBUILD}/test && ${SUDO} ${RUBY} -I../lib -rubygems \
    		-e 'ARGV.each { |f| load f unless f == "test_helper.rb"  }' *.rb
    
    .include <bsd.port.mk>