opnsense-ports/databases/rubygem-dm-chunked_query/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
408 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
USES= gem
.include <bsd.port.mk>