freebsd-ports/devel/rubygem-treetop/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

23 lines
473 B
Makefile

# 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:${PORTSDIR}/devel/rubygem-polyglot
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/tt
.include <bsd.port.mk>