pkgsrc/textproc/ruby-treetop/Makefile
taca 0508bd9119 Update ruby-treetop to 1.4.15.
Exact changes aren't available.  Please refer change log in github.
2013-09-15 16:34:40 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/09/15 16:34:40 taca Exp $
DISTNAME= treetop-1.4.15
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"