# New ports collection makefile for:	Tree::Simple::View
# Date created:				1 August 2004
# Whom:					Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD: ports/devel/p5-Tree-Simple-View/Makefile,v 1.8 2007/09/08 00:59:16 linimon Exp $
#

PORTNAME=	Tree-Simple-View
PORTVERSION=	0.15
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Tree
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	A set of classes for viewing Tree::Simple hierarchies

BUILD_DEPENDS=	${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
		${SITE_PERL}/Class/Throwable.pm:${PORTSDIR}/devel/p5-Class-Throwable \
		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS=	${BUILD_DEPENDS}

MAN3=		Tree::Simple::View.3 \
		Tree::Simple::View::ASCII.3 \
		Tree::Simple::View::DHTML.3 \
		Tree::Simple::View::Exceptions.3 \
		Tree::Simple::View::HTML.3

PERL_CONFIGURE=	yes

post-extract:
	${RM} -f ${WRKSRC}/._Makefile.PL

.include <bsd.port.mk>
