Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2016-05-06 15:21:22
    Hash : eeddf985
    Message : Update to data_objects 0.10.17 Remove some PLIST cruft that snuck in in the last commit.

  • databases/ruby-data_objects/Makefile
  • # $OpenBSD: Makefile,v 1.25 2016/05/06 15:21:22 jeremy Exp $
    
    COMMENT =	unified Ruby API for popular databases
    
    DISTNAME =	data_objects-0.10.17
    CATEGORIES =	databases
    
    # MIT
    PERMIT_PACKAGE_CDROM = Yes
    
    MODULES =		lang/ruby
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    RUN_DEPENDS =		www/ruby-addressable,${MODRUBY_FLAVOR}
    
    CONFIGURE_STYLE =	ruby gem
    
    MODRUBY_TEST =		rspec3
    MODRUBY_TEST_TARGET =	spec/*_spec.rb
    TEST_DEPENDS =		devel/ruby-rspec/3/its,${MODRUBY_FLAVOR}
    
    .include <bsd.port.mk>