aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-09-09 19:31:42 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-09-09 19:31:42 +0000
commit62871de352cf7ee2eb8f9f4953ab4b03eb9dd43d (patch)
tree5be3eaba1876a60d0c86a929fb02e72cb87dc8fa /textproc
parent1f49d96205dcb642b8949aa892af1492ab8872c9 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-vCard/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile
index a49176c52aa8..20a4b33501cb 100644
--- a/textproc/p5-Text-vCard/Makefile
+++ b/textproc/p5-Text-vCard/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Text-vCard
PORTVERSION= 3.07
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,12 +14,16 @@ COMMENT= Package to parse, edit and create multiple vCards (RFC 2426)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
+RUN_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
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Directory-Scratch>=0:devel/p5-Directory-Scratch \
+ p5-Test-Most>=0:devel/p5-Test-Most
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>