summaryrefslogtreecommitdiff
path: root/databases/rubygem-amalgalite/Makefile
blob: 8565747a60c18c5cfa47248db3cbc5cb2c4039ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=	amalgalite
PORTVERSION=	1.4.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Embeds the SQLite database engine in a Ruby extension

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	rubygem-arrayfields>=4.9:${PORTSDIR}/devel/rubygem-arrayfields

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/amalgalite-pack

.include <bsd.port.mk>