diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Middleware-ConsoleLogger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Plack-Middleware-ConsoleLogger/Makefile b/www/p5-Plack-Middleware-ConsoleLogger/Makefile index 34707fd39a8..9488a9218fc 100644 --- a/www/p5-Plack-Middleware-ConsoleLogger/Makefile +++ b/www/p5-Plack-Middleware-ConsoleLogger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/02/02 12:16:00 mef Exp $ +# $NetBSD: Makefile,v 1.13 2016/02/02 12:28:30 mef Exp $ DISTNAME= Plack-Middleware-ConsoleLogger-0.05 PKGNAME= p5-${DISTNAME} @@ -18,6 +18,7 @@ BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires DEPENDS+= p5-Plack>=0.99:../../www/p5-Plack #DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= p5-JavaScript-Value-Escape-[0-9]*:../../www/p5-JavaScript-Value-Escape +BUILD_DEPENDS+= p5-Module-Build-Tiny-[0-9]*:../../devel/p5-Module-Build-Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |