Partially revert previous commit and move run dependencies to build depends.

Those are actually required during build time.

Notified by:	mat
This commit is contained in:
Emanuel Haupt 2016-09-13 12:29:13 +00:00
parent 08b6e157a4
commit 899010aeda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421996

View file

@ -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