7471ad7c9e
of the Tree data structure for the Ruby language. WWW: http://rubytree.rubyforge.org/ PR: ports/164080 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# Ports collection makefile for: rubygem-rubytree
|
|
# Date created: 2012-01-13
|
|
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rubytree
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= Implementation of the Tree data structure for the Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RUBY_RDOC= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
# doc broken for now, upstream bug #28835
|
|
NOPORTDOCS= yes
|
|
|
|
.include <bsd.port.mk>
|