pkgsrc/databases/ruby-sqlite3/Makefile

17 lines
425 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.35 2016/12/04 05:17:22 ryoon Exp $
DISTNAME= sqlite3-1.3.12
PKGREVISION= 1
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"