b4e8ac30e0
Changes from previous: 0.14 Sun Sep 18 12:51:49 PDT 2011 - Fixed warnings (chiselwright) 0.13 Mon Jul 18 13:57:27 PDT 2011 - Fixed the way $spec mangling works (Jon Swartz) 0.12 Mon Mar 28 16:20:54 PDT 2011 - Added experimental TrackObjects panel - Fixed UUV warnings for Catalyst (jjn1016) 0.11 Fri Jan 14 10:54:53 PST 2011 - Fixed memory leaks in Parameters panel (jnap) - Fixed memory leaks in responses not HTML/XML (forwardever) 0.10 Wed Aug 25 12:43:54 PDT 2010 - Support panels in non-200 responses as well since they're useful for debugging anyway (haarg)
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2011/11/12 02:56:21 hiramatsu Exp $
|
|
|
|
DISTNAME= Plack-Middleware-Debug-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-Debug/
|
|
COMMENT= Plack middleware to display information on request/response
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Plack/Middleware/Debug/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
DEPENDS+= p5-Class-Method-Modifiers>=1.05:../../devel/p5-Class-Method-Modifiers
|
|
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
|
|
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
|
|
DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
|
|
DEPENDS+= p5-Text-MicroTemplate-[0-9]*:../../textproc/p5-Text-MicroTemplate
|
|
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
|
|
DEPENDS+= p5-Module-Versions>=0.01:../../devel/p5-Module-Versions
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|