freebsd-ports/databases/rubygem-do_sqlite3/Makefile
Martin Wilke bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00

22 lines
553 B
Makefile

# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
# $FreeBSD$
PORTNAME= do_sqlite3
PORTVERSION= 0.10.13
PORTREVISION= 1
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:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= rubygem-data_objects>=0.10.13:${PORTSDIR}/databases/rubygem-data_objects
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
.include <bsd.port.mk>