lacking in functionality) dm-pager is a new, fresh, and feature rich pagination implementation for DataMapper. Due to Github's gem builder being destroyed, we were forced to rename our gem to 'dm-pager' which is now available on Gemcutter.org. WWW: https://github.com/visionmedia/dm-pagination PR: ports/157988 Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# New ports collection makefile for: rubygem-dm-pager
|
|
# Date created: 2011-06-16
|
|
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dm-pager
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpsfa@rit.edu
|
|
COMMENT= DataMapper Pagination
|
|
|
|
RUN_DEPENDS= rubygem-dm-aggregates>=0.10.1:${PORTSDIR}/databases/rubygem-dm-aggregates \
|
|
rubygem-dm-core>=0.10.1:${PORTSDIR}/databases/rubygem-dm-core
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|