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

PORTNAME=	amalgalite
PORTVERSION=	1.5.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
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/amalgalite-pack

.include <bsd.port.mk>