summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff-lcs/Makefile
blob: 2d7a9e0f7a3120cf8c0234c606054b1ac2bba4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.13 2015/09/26 23:41:10 taca Exp $

DISTNAME=	diff-lcs-1.2.5
PKGREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://diff-lcs.rubyforge.org/
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"