diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
commit | f6d56007b984e83ebda7162c99abc18d5bde982e (patch) | |
tree | aa20f69168c1d6c9e0dbf200cc417eb6ea9147ca /www/p5-Plack | |
parent | bd0d393e807d8d13fca4ce0ff12e4497385e3e24 (diff) | |
download | ports-f6d56007b984e83ebda7162c99abc18d5bde982e.tar.gz ports-f6d56007b984e83ebda7162c99abc18d5bde982e.zip |
Notes
Diffstat (limited to 'www/p5-Plack')
-rw-r--r-- | www/p5-Plack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 590c9bba7cff..5cac92e616b2 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -13,6 +13,8 @@ COMMENT= Perl extension of PSGI reference implementation and utilities LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install RUN_DEPENDS= \ p5-Apache-LogFormat-Compiler>=0.33:www/p5-Apache-LogFormat-Compiler \ p5-Cookie-Baker>=0.07:www/p5-Cookie-Baker \ @@ -28,8 +30,6 @@ RUN_DEPENDS= \ p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ p5-Try-Tiny>0:lang/p5-Try-Tiny \ p5-URI>=1.59:net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install TEST_DEPENDS= \ p5-Authen-Simple-Passwd>0:security/p5-Authen-Simple-Passwd \ p5-CGI-Compile>0:www/p5-CGI-Compile \ |