diff options
author | spz <spz@pkgsrc.org> | 2016-10-03 07:21:05 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2016-10-03 07:21:05 +0000 |
commit | 64209ef5d520eb053976c59b5cfe83afb487939f (patch) | |
tree | a0bb2777d368a912a283a2df4cb73bca69480fee | |
parent | 8488003b0ab79a4451aaaf2d168a535a7d62665f (diff) | |
download | pkgsrc-64209ef5d520eb053976c59b5cfe83afb487939f.tar.gz |
lowercase license name
-rw-r--r-- | devel/ruby-octokit/Makefile | 4 |
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 |