1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

In r458896, `devel/p5-File-HomeDir' had been added as TEST_DEPENDS, but

actually it is required at run-time, hence move it over to RUN_DEPENDS.

PR:		245021
Approved by:	maintainer (timeout since 2020-03-24)
This commit is contained in:
Alexey Dokuchaev 2020-07-02 04:41:51 +00:00
parent 0846f39e11
commit 10a5d2a1d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541011

View File

@ -3,6 +3,7 @@
PORTNAME= CPAN-Uploader
PORTVERSION= 0.103013
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,12 +16,12 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Getopt-Long-Descriptive>=0.084:devel/p5-Getopt-Long-Descriptive \
RUN_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-Getopt-Long-Descriptive>=0.084:devel/p5-Getopt-Long-Descriptive \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-LWP-Protocol-https>=1:www/p5-LWP-Protocol-https \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-File-HomeDir>=0:devel/p5-File-HomeDir
NO_ARCH= yes
USES= perl5