23 lines
417 B
Makefile
23 lines
417 B
Makefile
# Created by: Wen Heping <ruby@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= treetop
|
|
PORTVERSION= 1.6.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby-based DSL for text parsing and interpretation
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-polyglot>=0.3:devel/rubygem-polyglot
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/tt
|
|
|
|
.include <bsd.port.mk>
|