summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz>2016-10-03 07:21:05 +0000
committerspz <spz>2016-10-03 07:21:05 +0000
commit7e6d6704678de2329b6309d29795c79b031a64c5 (patch)
tree9a941713795ff7f55359c828fafd882beb7dd7f4
parent33589a954bf4ebd1826636710a2c3decca914d23 (diff)
downloadpkgsrc-7e6d6704678de2329b6309d29795c79b031a64c5.tar.gz
lowercase license name
-rw-r--r--devel/ruby-octokit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-octokit/Makefile b/devel/ruby-octokit/Makefile
index 877ab7bbd6e..8c473ec0da4 100644
--- a/devel/ruby-octokit/Makefile
+++ b/devel/ruby-octokit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/08 14:07:50 taca Exp $
+# $NetBSD: Makefile,v 1.3 2016/10/03 07:21:05 spz Exp $
DISTNAME= octokit-4.3.0
CATEGORIES= devel
@@ -6,7 +6,7 @@ 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
+LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.5.3:../../www/ruby-sawyer