summaryrefslogtreecommitdiff
path: root/textproc/ruby-treetop/Makefile
blob: 2951eb1e7c9f837f2b8224e98da8600c5aee80f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.12 2022/12/04 16:10:18 taca Exp $

DISTNAME=	treetop-1.6.12
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/cjheath/treetop
COMMENT=	Ruby-based text parsing and interpretation DSL
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-polyglot>=0.3.1<1:../../devel/ruby-polyglot

RUBYGEM_OPTIONS+=	--format-executable
OVERRIDE_GEMSPEC+=	polyglot:

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"