diff options
Diffstat (limited to 'www/p5-Plack-Middleware-MethodOverride/Makefile')
-rw-r--r-- | www/p5-Plack-Middleware-MethodOverride/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Plack-Middleware-MethodOverride/Makefile b/www/p5-Plack-Middleware-MethodOverride/Makefile index 33bfe8bbf62a..9cc1c6e7fe20 100644 --- a/www/p5-Plack-Middleware-MethodOverride/Makefile +++ b/www/p5-Plack-Middleware-MethodOverride/Makefile @@ -13,8 +13,8 @@ COMMENT= Override REST methods to Plack apps via POST LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Plack>=0:www/p5-Plack TEST_DEPENDS= p5-URI>=0:net/p5-URI NO_ARCH= yes |