8c3103feb7
Upstream changes: 0.000028 2016-06-20 15:46:31-04:00 America/Toronto 0.000027 2016-06-18 10:31:58-04:00 America/Toronto (TRIAL RELEASE) - Allow arbitrary headers and params to be redacted. - Fixes "Wide character in print" warnings. Reported by Ricardo SIGNES �� https://github.com/oalders/lwp-consolelogger/issues/6 0.000026 2016-06-09 16:22:18-04:00 America/Toronto - Fixes test that broke under scalar_quotes => q{'} - Displays application/javascript content type (Andy Jack) 0.000025 2016-06-09 09:29:08-04:00 America/Toronto - Don't redact JSON with vendor-specific content types. 0.000024 2016-05-16 12:15:53-04:00 America/Toronto - Don't print gzipped and other non-text content to the screen. 0.000023 2016-04-15 15:22:01-04:00 America/Toronto - Avoid warning when Content-Type header is not set.
49 lines
2.4 KiB
Makefile
49 lines
2.4 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/24 00:27:00 wen Exp $
|
|
|
|
DISTNAME= LWP-ConsoleLogger-0.000028
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/LWP-ConsoleLogger/
|
|
COMMENT= LWP tracing and debugging
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/LWP/ConsoleLogger/.packlist
|
|
|
|
DEPENDS+= p5-Data-Printer>=0.36:../../devel/p5-Data-Printer
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-HTML-Restrict-[0-9]*:../../www/p5-HTML-Restrict
|
|
DEPENDS+= p5-HTTP-Body-[0-9]*:../../www/p5-HTTP-Body
|
|
DEPENDS+= p5-HTTP-CookieMonster-[0-9]*:../../www/p5-HTTP-CookieMonster
|
|
DEPENDS+= p5-JSON-MaybeXS>=1.003005:../../converters/p5-JSON-MaybeXS
|
|
DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
|
|
DEPENDS+= p5-Module-Build>=0.28:../../devel/p5-Module-Build
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
DEPENDS+= p5-MooX-StrictConstructor-[0-9]*:../../devel/p5-MooX-StrictConstructor
|
|
DEPENDS+= p5-Parse-MIME-[0-9]*:../../mail/p5-Parse-MIME
|
|
DEPENDS+= p5-String-Trim-[0-9]*:../../textproc/p5-String-Trim
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Term-Size-Any-[0-9]*:../../devel/p5-Term-Size-Any
|
|
DEPENDS+= p5-Text-SimpleTable-AutoWidth>=0.09:../../textproc/p5-Text-SimpleTable-AutoWidth
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
|
|
DEPENDS+= p5-URI-Query-[0-9]*:../../www/p5-URI-Query
|
|
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
|
|
|
# not officially requested but needed by tests
|
|
BUILD_DEPENDS+= p5-Log-Dispatch-Array-[0-9]*:../../devel/p5-Log-Dispatch-Array
|
|
BUILD_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
|
|
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
|
BUILD_DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
|
|
BUILD_DEPENDS+= p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks
|
|
BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
|
|
BUILD_DEPENDS+= p5-Plack-Test-Agent-[0-9]*:../../www/p5-Plack-Test-Agent
|
|
BUILD_DEPENDS+= p5-HTTP-Server-Simple-PSGI-[0-9]*:../../www/p5-HTTP-Server-Simple-PSGI
|
|
BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|