freebsd-ports/devel/rubygem-treetop/Makefile
Sunpoet Po-Chuan Hsieh d0ec74f511 - Update to 1.6.2
- Add LICENSE
- Update WWW

Changes:	https://github.com/cjheath/treetop/commits/master
2015-05-03 11:28:20 +00:00

22 lines
414 B
Makefile

# Created by: Wen Heping <ruby@FreeBSD.org>
# $FreeBSD$
PORTNAME= treetop
PORTVERSION= 1.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby-based DSL for text parsing and interpretation
LICENSE= MIT
RUN_DEPENDS= rubygem-polyglot>=0.3:${PORTSDIR}/devel/rubygem-polyglot
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/tt
.include <bsd.port.mk>