Edit

IABSD.fr/ports/mail/ruby-mime/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.

  • mail/ruby-mime/Makefile
  • # $OpenBSD: Makefile,v 1.10 2013/10/26 23:55:36 jeremy Exp $
    
    COMMENT =	MIME library for Ruby
    
    DISTNAME =	mime-0.1
    REVISION =	6
    CATEGORIES =	mail
    
    MAINTAINER =	Clint Pachl <pachl@ecentryx.com>
    
    # Ruby license
    PERMIT_PACKAGE_CDROM =   Yes
    
    HOMEPAGE =	http://mime.rubyforge.org/
    
    MODULES =	lang/ruby
    CONFIGURE_STYLE = ruby gem
    
    do-test:
    	@cd ${WRKBUILD} && ${RUBY} -Ilib test/mime_test.rb
    
    .include <bsd.port.mk>