mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
19
ruby/rubygem-sqlite3/Makefile
Normal file
19
ruby/rubygem-sqlite3/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
# $FreeBSD: head/databases/rubygem-sqlite3/Makefile 508771 2019-08-12 19:45:05Z sunpoet $
|
||||
|
||||
PORTNAME= sqlite3
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby interface to the SQLite DB engine version 3
|
||||
|
||||
LIB_DEPENDS= libsqlite3.so:data/sqlite3
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-sqlite3/distinfo
Normal file
3
ruby/rubygem-sqlite3/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565627647
|
||||
SHA256 (rubygem/sqlite3-1.4.1.gem) = 2491f5af05d6f9456135c1c54547170f07fa2e732d772b4d757168ce961d20ed
|
||||
SIZE (rubygem/sqlite3-1.4.1.gem) = 70144
|
||||
8
ruby/rubygem-sqlite3/pkg-descr
Normal file
8
ruby/rubygem-sqlite3/pkg-descr
Normal file
@@ -0,0 +1,8 @@
|
||||
sqlite3-ruby provides an interface for the SQLite DB engine version 3.
|
||||
This differs from the DBD::SQLite module in that it is more complete,
|
||||
and from the ruby DBI version of SQLite in that it is SQLite specific,
|
||||
so you can do things that would otherwise be more difficult via DBI.
|
||||
If you want portability between backends, use DBI. If you want ease
|
||||
of use with SQLite, use this.
|
||||
|
||||
WWW: https://github.com/luislavena/sqlite3-ruby
|
||||
Reference in New Issue
Block a user