mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
20 lines
398 B
Makefile
20 lines
398 B
Makefile
# Created by: Wen Heping <ruby@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= treetop
|
|
PORTVERSION= 1.4.15
|
|
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>
|