svn commit: r326623 - head/devel/p5-Tree-DAG_Node

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 10:34:17 UTC 2013


Author: sunpoet
Date: Sat Sep  7 10:34:17 2013
New Revision: 326623
URL: http://svnweb.freebsd.org/changeset/ports/326623

Log:
  - Fix *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Tree-DAG_Node/Makefile

Modified: head/devel/p5-Tree-DAG_Node/Makefile
==============================================================================
--- head/devel/p5-Tree-DAG_Node/Makefile	Sat Sep  7 10:31:24 2013	(r326622)
+++ head/devel/p5-Tree-DAG_Node/Makefile	Sat Sep  7 10:34:17 2013	(r326623)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Tree-DAG_Node
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +12,19 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Super class for representing nodes in a tree
 
+BUILD_DEPENDS=	p5-Perl6-Slurp>=0.05.1003:${PORTSDIR}/devel/p5-Perl6-Slurp
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Tree::DAG_Node.3
+MAN3=		Tree::DAG_Node.3
+
+.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
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list