f6218d72b4
== 1.2.5 / 2013-11-08 * Bugs fixed: * Comparing arrays flattened them too far, especially with Diff::LCS.sdiff. https://github.com/halostatue/diff-lcs/pull/23
12 lines
334 B
Makefile
12 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/03/14 18:08:39 taca Exp $
|
|
|
|
DISTNAME= diff-lcs-1.2.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ruwiki/
|
|
COMMENT= Diff library for Ruby
|
|
LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|