b3e8fe8d85
Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dm-pager
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= DataMapper Pagination
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-dm-aggregates>=0.10.1:databases/rubygem-dm-aggregates \
|
|
rubygem-dm-core>=0.10.1:databases/rubygem-dm-core
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem:autoplist
|
|
|
|
.include <bsd.port.mk>
|