4776aebe20
=== 1.3.12 * Bugfixes: * OS X install will default to homebrew if available. Fixes #195
15 lines
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.34 2016/10/09 13:02:38 taca Exp $
|
|
|
|
DISTNAME= sqlite3-1.3.12
|
|
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"
|