forked from Lainports/opnsense-ports
20 lines
422 B
Makefile
20 lines
422 B
Makefile
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
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|