2011-08-01 18:29:59 +02:00
|
|
|
# New ports collection makefile for: rubygem-dm-chunked_query
|
|
|
|
# Date created: 2011-07-30
|
|
|
|
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dm-chunked_query
|
|
|
|
PORTVERSION= 0.3.0
|
2011-08-02 23:16:16 +02:00
|
|
|
CATEGORIES= databases rubygems
|
2011-08-01 18:29:59 +02:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2011-10-16 15:09:59 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-08-01 18:29:59 +02:00
|
|
|
COMMENT= Allows performing chunked queries
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core \
|
|
|
|
rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|