aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-sqlite3/Makefile
blob: dad44e559d8361c5bc9a1194528c54471ea6f98d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: 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

NO_STAGE=   yes
.include <bsd.port.mk>