blob: 80b00c010154ed5439410a435b03ff41627ee4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|