c5f5025244
facilitates an extension of the object-oriented paradigm called syntax-oriented programming. There's a readme that will get you going and some examples. WWW: http://treetop.rubyforge.org/ Approved by: miwi(mentor)
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# New ports collection makefile for: treetop
|
|
# Date created: 11 Oct, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= treetop
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Ruby-based DSL for text parsing and interpretation
|
|
|
|
BUILD_DEPENDS= rubygem-polyglot>=0.2.9:${PORTSDIR}/devel/rubygem-polyglot
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/tt
|
|
|
|
.include <bsd.port.mk>
|