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

PORTNAME=	amalgalite
PORTVERSION=	1.6.1
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>