53d1573671
=== 1.3.11 / 2015-10-10 * Enhancements: * Windows: build against SQLite 3.8.11.1 * Internal: * Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis] * Expand Ruby versions being tested for Travis and AppVeyor
15 lines
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.32 2015/10/12 15:33:08 taca Exp $
|
|
|
|
DISTNAME= sqlite3-1.3.11
|
|
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"
|