freebsd-ports/devel/p5-Tree-Node/Makefile
Sergey Matveychuk 5548a087b0 This module implements a memory-efficient node type (for trees, skip lists
and similar data structures) for Perl.

PR:		ports/82885
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-07-31 17:11:43 +00:00

28 lines
540 B
Makefile

# 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@daltons.ca
COMMENT= Memory-efficient tree nodes in Perl
PERL_MODBUILD= yes
MAN3= Tree::Node.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BROKEN= "This module only for perl >= 5.8"
.endif
.include <bsd.port.post.mk>