mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
24 lines
521 B
Makefile
24 lines
521 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= ruby@FreeBSD.org
|
|
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>
|