This does not include all ruby gem ext ports, but the remaining ones have updates that will be committed separately.
28 lines
570 B
Makefile
28 lines
570 B
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>
|