freebsd-ports/databases/rubygem-do_sqlite3/Makefile
Philip M. Gollucci 410c2b77d2 - Update to 0.10.5
2011-06-25 03:12:07 +00:00

25 lines
617 B
Makefile

# New ports collection makefile for: rubygem-do_sqlite3
# Date created: 18 April 2009
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
#
# $FreeBSD$
#
PORTNAME= do_sqlite3
PORTVERSION= 0.10.5
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= rubygem-data_objects>=0.10.4:${PORTSDIR}/databases/rubygem-data_objects
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
.include <bsd.port.mk>