8dbd78befa
Changes: https://github.com/cjheath/treetop/blob/master/History.txt https://github.com/cjheath/treetop/commits/master
21 lines
391 B
Makefile
21 lines
391 B
Makefile
PORTNAME= treetop
|
|
PORTVERSION= 1.6.12
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby-based DSL for text parsing and interpretation
|
|
WWW= https://github.com/cjheath/treetop
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-polyglot>=0.3<1:devel/rubygem-polyglot
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/tt
|
|
|
|
.include <bsd.port.mk>
|