# New ports collection makefile for:	p5-Tree-RedBlack
# Date created:		2011-09-11
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Tree-RedBlack/Makefile,v 1.1 2011/09/20 08:56:55 sunpoet Exp $
#

PORTNAME=	Tree-RedBlack
PORTVERSION=	0.5
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Perl implementation of Red/Black tree, a type of balanced tree

PERL_CONFIGURE=	yes

MAN3=		Tree::Node.3 \
		Tree::RedBlack.3

.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
