diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-13 20:29:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-13 20:29:13 +0800 |
commit | c3827a3c458b8ef0e11813daef54eacb18a4f02f (patch) | |
tree | b533f0460dbaf6c4445ea3d4c212b104216c0b12 /textproc/p5-Text-vCard | |
parent | 849287dd0db6301439a33ceb8630ddba8b61249f (diff) | |
download | freebsd-ports-gnome-c3827a3c458b8ef0e11813daef54eacb18a4f02f.tar.gz freebsd-ports-gnome-c3827a3c458b8ef0e11813daef54eacb18a4f02f.tar.zst freebsd-ports-gnome-c3827a3c458b8ef0e11813daef54eacb18a4f02f.zip |
Partially revert previous commit and move run dependencies to build depends.
Those are actually required during build time.
Notified by: mat
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 8 |
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 |