21 lines
416 B
Makefile
21 lines
416 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
PORTNAME= dm-chunked_query
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Allows performing chunked queries
|
|
|
|
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>
|