9a01b5f0da
Bugfix Release Introduced in v4.4.0 #pages method was incorrectly updated to require the new preview header.
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/10/25 16:23:50 taca Exp $
|
|
|
|
DISTNAME= octokit-4.4.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/octokit/octokit.rb
|
|
COMMENT= Ruby toolkit for working with the GitHub API
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.5.3:../../www/ruby-sawyer
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|