pkgsrc/textproc/ruby-will-paginate/Makefile
taca 7d29b2a31b Update ruby-will-paginate to 3.0.7.
Improve compatibility with newer rails.  Please refer
<https://github.com/mislav/will_paginate/commits/3-0-stable> in detail.
2015-02-05 15:21:40 +00:00

13 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/02/05 15:21:40 taca Exp $
DISTNAME= will_paginate-3.0.7
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"