aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-amalgalite/Makefile
blob: 43e752f69519b9d6035a26a0e434a4b01873aef1 (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.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
USES=       gem:autoplist

PLIST_FILES=    bin/amalgalite-pack

.include <bsd.port.mk>