freebsd-ports/devel/p5-Tree-DAG_Node/Makefile
Sunpoet Po-Chuan Hsieh b3a10dce92 - Update to 1.22
- Add LICENSE
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Tree-DAG_Node/Changes
2014-02-13 16:38:15 +00:00

34 lines
819 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Tree-DAG_Node
PORTVERSION= 1.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Super class for representing nodes in a tree
LICENSE= ART20
BUILD_DEPENDS= p5-File-Slurp-Tiny>=0.003:${PORTSDIR}/devel/p5-File-Slurp-Tiny \
p5-File-Temp>=0.23.01:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501800
BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
.endif
.include <bsd.port.post.mk>