freebsd-ports/devel/rubygem-rubytree/Makefile
Philip M. Gollucci 7471ad7c9e RubyTree is a simple and general purpose implementation
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>
2012-01-17 18:57:45 +00:00

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>