aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tree-Node/Makefile
blob: 4db71aa37863590c42a065ab3458858d136a61a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Tree-Node
# Date created: 			01 July 2005
# Whom: 				Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#

PORTNAME=	Tree-Node
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Tree
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	Memory-efficient tree nodes in Perl

PERL_MODBUILD=	5.8.0+

MAN3=		Tree::Node.3

.include <bsd.port.mk>