mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Amalgalite embeds the SQLite database
engine in a ruby extension. There is no need to install SQLite separately. WWW: http://copiousfreetime.rubyforge.org/amalgalite/ PR: ports/158316 Submitted by: Eric Freeman <freebsdports@chillibear.com>
This commit is contained in:
parent
68a3645015
commit
8e1764510a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282811
@ -756,6 +756,7 @@
|
||||
SUBDIR += rubygem-activerecord
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
|
||||
SUBDIR += rubygem-amalgalite
|
||||
SUBDIR += rubygem-arel
|
||||
SUBDIR += rubygem-bigrecord
|
||||
SUBDIR += rubygem-couchrest
|
||||
|
25
databases/rubygem-amalgalite/Makefile
Normal file
25
databases/rubygem-amalgalite/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Ports collection makefile for: rubygem-amalgalite
|
||||
# Date created: 26 June 2011
|
||||
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= amalgalite
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= Embeds the SQLite database engine in a ruby extension
|
||||
|
||||
RUN_DEPENDS= rubygem-arrayfields>=4.7.4:${PORTSDIR}/devel/rubygem-arrayfields \
|
||||
rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/amalgalite-pack
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/rubygem-amalgalite/distinfo
Normal file
2
databases/rubygem-amalgalite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/amalgalite-1.1.2.gem) = 133d013d02608ba5713e1c2db8b7280b1e5a5378925ace14ea133e911bc72b22
|
||||
SIZE (rubygem/amalgalite-1.1.2.gem) = 1351168
|
5
databases/rubygem-amalgalite/pkg-descr
Normal file
5
databases/rubygem-amalgalite/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Amalgalite embeds the SQLite database
|
||||
engine in a ruby extension. There is no
|
||||
need to install SQLite separately.
|
||||
|
||||
WWW: http://copiousfreetime.rubyforge.org/amalgalite/
|
Loading…
Reference in New Issue
Block a user