aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-treetop/Makefile
blob: f2b8c37d513ac851c333bdd01983c3a426838de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    treetop
# Date created:     11 Oct, 2009
# Whom:         Wen Heping <ruby@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   treetop
PORTVERSION=    1.4.10
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby-based DSL for text parsing and interpretation

RUN_DEPENDS=    rubygem-polyglot>=0.3.1:${PORTSDIR}/devel/rubygem-polyglot

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=    bin/tt

.include <bsd.port.mk>