17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/05/17 16:29:58 taca Exp $
|
|
|
|
DISTNAME= diff-lcs-1.2.5
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
RUBY_VERSION_SUPPORTED= 18 193 200 21 22
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|