aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-will_paginate/Makefile
blob: b65c8f180812bcc0511ea379873bc5284f116fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	will_paginate
PORTVERSION=	3.1.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Pagination plugin for web frameworks and other apps

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_RUBY=	yes
USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>