pkgsrc/textproc/ruby-treetop/Makefile
taca 0fb360d531 Update ruby-treetop to 1.4.12.
Exact changes aren't unavailable, please refer github:
      https://github.com/nathansobo/treetop/commits/master.
2012-12-17 15:06:50 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/12/17 15:06:50 taca Exp $
DISTNAME= treetop-1.4.12
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"