Tue Dec 15 12:07:04 2015 UTC ()
Fix license.


(wiz)
diff -r1.1 -r1.2 pkgsrc/www/ruby-rouge/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-rouge/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-rouge/Makefile 2015/12/13 16:25:23 1.1
+++ pkgsrc/www/ruby-rouge/Makefile 2015/12/15 12:07:04 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2015/12/13 16:25:23 taca Exp $ 1# $NetBSD: Makefile,v 1.2 2015/12/15 12:07:04 wiz Exp $
2 2
3DISTNAME= rouge-1.10.1 3DISTNAME= rouge-1.10.1
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://rouge.jneen.net/ 7HOMEPAGE= http://rouge.jneen.net/
8COMMENT= Pure-ruby colorizer based on pygments 8COMMENT= Pure-ruby colorizer based on pygments
9LICENSE= MIT 9LICENSE= mit
10 10
11RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"