9b3de100d8
- Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes
33 lines
769 B
Makefile
33 lines
769 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tree-DAG_Node
|
|
PORTVERSION= 1.27
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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
|
|
|
|
.if ${PERL_LEVEL} < 502200
|
|
TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|