1PORTNAME= dm-chunked_query 2PORTVERSION= 0.3.1 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Allows performing chunked queries 8WWW= https://github.com/postmodern/dm-chunked_query 9 10LICENSE= mit 11 12BUILD_DEPENDS= ${RUN_DEPENDS} 13RUN_DEPENDS= rubygem-dm-aggregates>=1.0:databases/rubygem-dm-aggregates \ 14 rubygem-dm-core>=1.0:databases/rubygem-dm-core 15 16NO_ARCH= yes 17 18USES= gem 19 20.include <bsd.port.mk> 21