53a5f326b5
bugfixes: please refer https://github.com/nathansobo/treetop/commits/master in detail.
16 lines
437 B
Makefile
16 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/08/12 17:23:33 taca Exp $
|
|
|
|
DISTNAME= treetop-1.4.10
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/nathansobo/treetop
|
|
COMMENT= Ruby-based text parsing and interpretation DSL
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-polyglot>=0.3.1:../../devel/ruby-polyglot
|
|
|
|
CONFLICTS= ruby[1-9][0-9]-treetop-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|