aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-treetop/Makefile
blob: c4c1f9e362c4dbb5575c250212415cfe048eb3ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	treetop
PORTVERSION=	1.6.11
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby-based DSL for text parsing and interpretation
WWW=		https://github.com/cjheath/treetop

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-polyglot>=0.3<1:devel/rubygem-polyglot

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/tt

.include <bsd.port.mk>