summaryrefslogtreecommitdiff
path: root/databases/rubygem-amalgalite/Makefile
blob: 3dc4f1f14e4f2e280c1546a57e6355cfebe67a85 (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.6.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-arrayfields>=4.9:devel/rubygem-arrayfields

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/amalgalite-pack

.include <bsd.port.mk>