4aa160a257
Update ruby-treetop package to 1.6.11. No release note is available, Please refer <https://github.com/cjheath/treetop/compare/v1.6.10...v1.6.11> in detail.
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/09/14 15:13:41 taca Exp $
|
|
|
|
DISTNAME= treetop-1.6.11
|
|
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"
|