aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-vCard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-vCard/Makefile')
-rw-r--r--textproc/p5-Text-vCard/Makefile8
1 files 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