summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/Makefile
blob: ae6ad3e88048c792f33087c72cdf6129e15dd564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.28 2014/10/07 16:47:21 adam Exp $

DISTNAME=	sqlite3-1.3.9
PKGREVISION=	2
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/luislavena/sqlite3-ruby
COMMENT=	Ruby interface for the SQLite database engine
LICENSE=	modified-bsd

USE_GCC_RUNTIME=	yes

.include "../../lang/ruby/gem.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"