8e1764510a
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>
25 lines
608 B
Makefile
25 lines
608 B
Makefile
# 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>
|