freebsd-ports/databases/rubygem-do_sqlite3/Makefile

18 lines
409 B
Makefile
Raw Normal View History

PORTNAME= do_sqlite3
PORTVERSION= 0.10.17
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects
2010-01-28 23:57:12 +01:00
USE_RUBY= yes
USES= gem
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
.include <bsd.port.mk>