From 21e02c267b03dd31ad86d8c1f2dd9b625e254f8c Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 12 Apr 2012 01:47:53 +0000 Subject: [PATCH] - Add missing RUN_DEPENDS - Add TEST_DEPENDS - Bump PORTREVISION PR: ports/166362 Approved by: Kurt Lidl (maintainer) --- www/p5-Template-Mustache/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/p5-Template-Mustache/Makefile b/www/p5-Template-Mustache/Makefile index 5a739b7ff139..67d2fc1ba65c 100644 --- a/www/p5-Template-Mustache/Makefile +++ b/www/p5-Template-Mustache/Makefile @@ -7,6 +7,7 @@ PORTNAME= Template-Mustache PORTVERSION= v0.5.1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PVANDE @@ -15,8 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kurt.lidl@cello.com COMMENT= Perl version of the fabulous Mustache template language -BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck \ - p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit +BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit PERL_CONFIGURE= yes