blob: df40a06bd2c68774f8867b1652e95e54e56b905a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
USE_PERL5= configure
USES= perl5
MAN3= Tree::Node.3 \
Tree::RedBlack.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
|