freebsd-ports/devel/p5-Data-TreeDumper/Makefile
Andrej Zverev 3e102dd2cd Add required dependency for perl >= 5.14
PR:		ports/167528
Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
Approved by:	maintainer (timeout)
Feature safe:	yes
2012-11-19 13:29:25 +00:00

36 lines
940 B
Makefile

# New ports collection makefile for: Data::TreeDumper
# Date created: 1 August 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Data-TreeDumper
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Dumps a data structure in a tree fashion
BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \
p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \
p5-Devel-Size>=0:${PORTSDIR}/devel/p5-Devel-Size \
p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Data::TreeDumper.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501400
BUILD_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
RUN_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
.endif
.include <bsd.port.post.mk>