From 7391c1dad3c96a3fb8d735de81dd9d61498512bb Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 28 Feb 2012 02:07:49 +0000 Subject: [PATCH] - Add missing DEPENDS - Bump PORTREVISION due to new RUN_DEPENDS - Add TEST_DEPENDS to enable testing Note: this still fails tests on perl 5.9.x and newer. PR: ports/165037 Approved by: maintainer timeout (freebsdports@chillibear.com, > 2 weeks) --- devel/p5-Config-Wrest/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/devel/p5-Config-Wrest/Makefile b/devel/p5-Config-Wrest/Makefile index 6af90500af83..38865157c916 100644 --- a/devel/p5-Config-Wrest/Makefile +++ b/devel/p5-Config-Wrest/Makefile @@ -7,6 +7,7 @@ PORTNAME= Config-Wrest PORTVERSION= 1.036 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Config @@ -15,9 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsdports@chillibear.com COMMENT= Perl module for reading and writing configuration data -RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ - p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ + p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \ + p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy +RUN_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions PERL_CONFIGURE= yes