1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/databases/rubygem-sqlite3/Makefile
2013-01-23 16:41:34 +00:00

28 lines
572 B
Makefile

# New ports collection makefile for: sqlite3-ruby
# Date created: 26 June 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= sqlite3
PORTVERSION= 1.3.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>