1PORTNAME= sqlite3-ruby 2PORTVERSION= 1.3.3 3PORTREVISION= 1 4CATEGORIES= databases rubygems 5MASTER_SITES= RG 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Ruby interface to the SQLite DB engine version 3 9WWW= https://github.com/sparklemotion/sqlite3-ruby 10 11LICENSE= bsd3 12 13BUILD_DEPENDS= swig:devel/swig \ 14 rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 15RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 16 17USES= gem sqlite 18 19CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} 20NO_ARCH= yes 21 22PLIST_FILES= bin/sqlite3_ruby 23 24.include <bsd.port.mk> 25