blob: 49411ed344d2ae9ee3b156c7b4b2378a63a8f7f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# $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"
|