pkgsrc/textproc/ruby-will-paginate/Makefile
taca 6c10c1b622 textproc/ruby-will-paginate: update to 3.3.1
3.3.1 (2021-08-12)

* Accessibility fix: add the aria-disabled attribute to the pagination
  element marked with CSS classname "disabled".
2021-08-30 15:42:31 +00:00

15 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/08/30 15:42:31 taca Exp $
DISTNAME= will_paginate-3.3.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc
LICENSE= mit
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mislav/will_paginate/wikis
COMMENT= Pagination for views of model queries
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"