2009-04-24 22:33:38 +02:00
|
|
|
PORTNAME= do_sqlite3
|
2018-01-15 15:34:17 +01:00
|
|
|
PORTVERSION= 0.10.17
|
2009-04-24 22:33:38 +02:00
|
|
|
CATEGORIES= databases rubygems
|
2010-09-11 22:03:48 +02:00
|
|
|
MASTER_SITES= RG
|
2009-04-24 22:33:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
|
|
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
2018-01-15 15:34:17 +01:00
|
|
|
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects
|
2010-01-28 23:57:12 +01:00
|
|
|
|
2009-04-24 22:33:38 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2010-09-11 22:03:48 +02:00
|
|
|
|
2009-04-24 22:33:38 +02:00
|
|
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|