p5-HTTP-Daemon: update to 6.06nb1.
Correctly set PERL5_MODULE_TYPE. Add missing TEST_DEPENDS.
This commit is contained in:
parent
ffe0ebae30
commit
dace966d9c
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2019/08/31 13:32:26 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2020/04/06 16:34:58 wiz Exp $
|
||||
|
||||
DISTNAME= HTTP-Daemon-6.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
||||
|
@ -15,7 +16,9 @@ CONFLICTS+= p5-libwww<6.00
|
|||
DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date
|
||||
DEPENDS+= p5-HTTP-Message>=6.02:../../www/p5-HTTP-Message
|
||||
DEPENDS+= p5-LWP-MediaTypes>=6.01:../../www/p5-LWP-MediaTypes
|
||||
TEST_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build::Tiny
|
||||
PERL5_PACKLIST= auto/HTTP/Daemon/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
Loading…
Reference in a new issue