Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • www/ruby-mongrel/Makefile
  • # $OpenBSD: Makefile,v 1.21 2013/03/11 11:44:49 espie Exp $
    
    COMMENT=	fast HTTP library and server for Ruby
    
    DISTNAME=	mongrel-1.1.5
    REVISION =	5
    CATEGORIES=	www
    
    HOMEPAGE=	http://mongrel.rubyforge.org/
    
    # Ruby License
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=	lang/ruby
    
    FLAVORS=	ruby18
    FLAVOR=		ruby18
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    RUN_DEPENDS=	devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.3 \
    		devel/ruby-gem_plugin,${MODRUBY_FLAVOR}>=0.2.3 \
    		devel/ruby-fastthread,${MODRUBY_FLAVOR}>=1.0.1
    
    CONFIGURE_STYLE=ruby gem ext
    
    TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
    
    do-test:
    	@cd ${WRKDIST} && touch Rakefile && ${RUBY} setup.rb test && \
    		rm -f Rakefile
    
    .include <bsd.port.mk>