ebc12b4dd4
* important security fix that prevents XSS in generated pagination links * always call html_safe if available on will_paginate result * exclude reorder for count queries
13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/12/29 12:20:41 taca Exp $
|
|
|
|
DISTNAME= will_paginate-3.0.5
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= textproc
|
|
LICENSE= mit
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/mislav/will_paginate/wikis
|
|
COMMENT= Pagination for views of model queries
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|