freebsd-ports/devel/p5-Tree-Simple-VisitorFactory/Makefile
Jun Kuriyama 8d53764255 - Remove dependency on p5-PathTools (File::Spec), which is included
since perl 5.4.
- Move p5-Scalar-Util dependency to conditional section for perl 5.6.
2009-09-09 09:28:25 +00:00

48 lines
1.5 KiB
Makefile

# New ports collection makefile for: Tree::Simple::VisitorFactory
# Date created: 13 August 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Tree-Simple-VisitorFactory
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of visitor objects for traversing Tree::Simple hierarchies
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \
Tree::Simple::Visitor::FindByPath.3 \
Tree::Simple::Visitor::GetAllDescendents.3 \
Tree::Simple::Visitor::PathToRoot.3 \
Tree::Simple::Visitor::PostOrderTraversal.3 \
Tree::Simple::VisitorFactory.3 \
Tree::Simple::Visitor::CreateDirectoryTree.3 \
Tree::Simple::Visitor::FindByNodeValue.3 \
Tree::Simple::Visitor::FindByUID.3 \
Tree::Simple::Visitor::FromNestedArray.3 \
Tree::Simple::Visitor::FromNestedHash.3 \
Tree::Simple::Visitor::LoadClassHierarchy.3 \
Tree::Simple::Visitor::LoadDirectoryTree.3 \
Tree::Simple::Visitor::PreOrderTraversal.3 \
Tree::Simple::Visitor::Sort.3 \
Tree::Simple::Visitor::ToNestedArray.3 \
Tree::Simple::Visitor::ToNestedHash.3 \
Tree::Simple::Visitor::VariableDepthClone.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Scalar-Util>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>