summaryrefslogtreecommitdiff
path: root/devel/p5-github_creator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-github_creator/Makefile')
-rw-r--r--devel/p5-github_creator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-github_creator/Makefile b/devel/p5-github_creator/Makefile
index 77e742b83d2b..9ab4030af591 100644
--- a/devel/p5-github_creator/Makefile
+++ b/devel/p5-github_creator/Makefile
@@ -12,12 +12,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create a Github repository for your Perl module
-BUILD_DEPENDS= p5-Config-IniFiles>0:devel/p5-Config-IniFiles \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Config-IniFiles>0:devel/p5-Config-IniFiles \
p5-File-Find-Closures>0:devel/p5-File-Find-Closures \
p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
p5-WWW-Mechanize>0:www/p5-WWW-Mechanize \
p5-YAML>0:textproc/p5-YAML
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output
USES= perl5