pkgsrc/www/p5-Plack-Middleware-Debug/Makefile
seb 42d2d83e7a Initial import of p5-Plack-Middleware-Debug version 0.09 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Debug is a Plack middleware.
It offers a configurable set of panels that displays information
about the current request and response. The information is generated
only for responses with a status of 200 (OK) and a Content-Type
that contains text/html or application/xhtml+xml and is embedded
in the HTML that is sent back to the browser.
2010-07-04 16:22:27 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 16:22:27 seb Exp $
DISTNAME= Plack-Middleware-Debug-0.09
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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"