Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2016-11-04 21:26:37
    Hash : 5db8da24
    Message : Bump ruby gem ext ports after change to PLISTs This does not include all ruby gem ext ports, but the remaining ones have updates that will be committed separately.

  • databases/ruby-do_sqlite3/Makefile
  • # $OpenBSD: Makefile,v 1.30 2016/11/04 21:26:37 jeremy Exp $
    
    COMMENT =	DataObjects driver for SQLite3
    
    VERSION =	0.10.17
    REVISION =	1
    DISTNAME =	do_sqlite3-${VERSION}
    CATEGORIES =	databases
    
    # MIT
    PERMIT_PACKAGE_CDROM = Yes
    
    MODULES =		lang/ruby
    
    CONFIGURE_STYLE =	ruby gem ext
    
    BUILD_DEPENDS =		${RUN_DEPENDS}
    LIB_DEPENDS =		databases/sqlite3
    RUN_DEPENDS =		databases/ruby-data_objects,${MODRUBY_FLAVOR}=${VERSION}
    
    WANTLIB =		sqlite3
    
    MODRUBY_TEST =		rspec3
    MODRUBY_TEST_TARGET =	spec/*_spec.rb
    TEST_DEPENDS =		${FULLPKGNAME}:${BUILD_PKGPATH}
    
    .include <bsd.port.mk>