pkgsrc/textproc/ruby-will-paginate/Makefile
taca ebc12b4dd4 Update ruby-will-paginate to 3.0.5, fixing security problem of CVE-2013-6459.
* 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
2013-12-29 12:20:41 +00:00

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"