svn commit: r373376 - head/devel/p5-Tree-DAG_Node
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 24 21:19:57 UTC 2014
Author: sunpoet
Date: Mon Nov 24 21:19:56 2014
New Revision: 373376
URL: https://svnweb.freebsd.org/changeset/ports/373376
QAT: https://qat.redports.org/buildarchive/r373376/
Log:
- Fix *_DEPENDS
Modified:
head/devel/p5-Tree-DAG_Node/Makefile
Modified: head/devel/p5-Tree-DAG_Node/Makefile
==============================================================================
--- head/devel/p5-Tree-DAG_Node/Makefile Mon Nov 24 21:12:05 2014 (r373375)
+++ head/devel/p5-Tree-DAG_Node/Makefile Mon Nov 24 21:19:56 2014 (r373376)
@@ -12,8 +12,7 @@ COMMENT= Super class for representing no
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
+BUILD_DEPENDS= p5-File-Slurp-Tiny>=0.003:${PORTSDIR}/devel/p5-File-Slurp-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 tar:tgz
@@ -26,4 +25,9 @@ BUILD_DEPENDS+= p5-PathTools>=3.4000:${P
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
.endif
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+= p5-File-Temp>=0.23.01:${PORTSDIR}/devel/p5-File-Temp
+RUN_DEPENDS+= p5-File-Temp>=0.23.01:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list