From 899010aeda6b18b7a52f30160fe5f7dc622e953d Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 13 Sep 2016 12:29:13 +0000 Subject: [PATCH] Partially revert previous commit and move run dependencies to build depends. Those are actually required during build time. Notified by: mat --- textproc/p5-Text-vCard/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 20a4b33501cb..b9bc17d80ce6 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-vCard PORTVERSION= 3.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,13 @@ COMMENT= Package to parse, edit and create multiple vCards (RFC 2426) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ +BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-Moo>=0:devel/p5-Moo \ p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Text-vFile-asData>=0:devel/p5-Text-vFile-asData \ - p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak \ + p5-URI>=0:net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Directory-Scratch>=0:devel/p5-Directory-Scratch \ p5-Test-Most>=0:devel/p5-Test-Most