Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2024-04-22 16:06:13
    Hash : 30418842
    Message : Update to ruby-sqlite3 2.0.0 Remove test code from port, as the gem no longer ships tests.

  • databases/ruby-sqlite3/Makefile
  • COMMENT=	access a SQLite3 database from ruby
    
    DISTNAME=	sqlite3-2.0.0
    CATEGORIES=	databases
    
    MAINTAINER =	Jeremy Evans <jeremy@openbsd.org>
    
    HOMEPAGE=	https://github.com/sparklemotion/sqlite3-ruby
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=		lang/ruby
    
    WANTLIB=		sqlite3
    LIB_DEPENDS=		databases/sqlite3
    
    CONFIGURE_STYLE=	ruby gem ext
    CONFIGURE_ARGS=		--enable-system-libraries
    
    .include <bsd.port.mk>