aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-dm-chunked_query/Makefile
blob: 5ef01129f1d8da93c99a414cb102ef71d365bc70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	dm-chunked_query
PORTVERSION=	0.3.1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Allows performing chunked queries
WWW=		https://github.com/postmodern/dm-chunked_query

LICENSE=	MIT

RUN_DEPENDS=	rubygem-dm-aggregates>=1.0:databases/rubygem-dm-aggregates \
		rubygem-dm-core>=1.0:databases/rubygem-dm-core

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>