p5-MaxMind-DB-Writer: avoid wip references
XXX: devel/p5-Test-Bits and devel/p5-Test-HexDifferences are temporarily XXX: commented out because not yet imported.
This commit is contained in:
parent
95310643cc
commit
5649d6de40
1 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/03/21 10:31:51 he Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/03/26 15:18:33 leot Exp $
|
||||
|
||||
DISTNAME= MaxMind-DB-Writer-0.300003
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -13,26 +13,26 @@ LICENSE= ${PERL5_LICENSE}
|
|||
DEPENDS+= p5-Sereal-Decoder>=0:../../converters/p5-Sereal-Decoder
|
||||
DEPENDS+= p5-Sereal-Encoder>=3.002:../../converters/p5-Sereal-Encoder
|
||||
DEPENDS+= p5-Data-Dumper-Concise>=0:../../devel/p5-Data-Dumper-Concise
|
||||
DEPENDS+= p5-Data-IEEE754>=0:../../wip/p5-Data-IEEE754
|
||||
DEPENDS+= p5-Data-IEEE754>=0:../../devel/p5-Data-IEEE754
|
||||
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Params-Validate>=0:../../devel/p5-MooseX-Params-Validate
|
||||
DEPENDS+= p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor
|
||||
DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
||||
DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
|
||||
DEPENDS+= p5-Math-Int64>=0.51:../../math/p5-Math-Int64
|
||||
DEPENDS+= p5-Math-Int128>=0.21:../../wip/p5-Math-Int128
|
||||
DEPENDS+= p5-MaxMind-DB-Common>=0.031003:../../wip/p5-MaxMind-DB-Common
|
||||
DEPENDS+= p5-MaxMind-DB-Reader>=0:../../wip/p5-MaxMind-DB-Reader
|
||||
DEPENDS+= p5-Net-Works>=0:../../wip/p5-Net-Works
|
||||
DEPENDS+= p5-Math-Int128>=0.21:../../math/p5-Math-Int128
|
||||
DEPENDS+= p5-MaxMind-DB-Common>=0.031003:../../net/p5-MaxMind-DB-Common
|
||||
DEPENDS+= p5-MaxMind-DB-Reader>=0:../../net/p5-MaxMind-DB-Reader
|
||||
DEPENDS+= p5-Net-Works>=0:../../net/p5-Net-Works
|
||||
DEPENDS+= p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1
|
||||
TEST_DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
|
||||
TEST_DEPENDS+= p5-Data-Printer>=0:../../devel/p5-Data-Printer
|
||||
TEST_DEPENDS+= p5-Devel-Refcount>=0:../../devel/p5-Devel-Refcount
|
||||
TEST_DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils
|
||||
TEST_DEPENDS+= p5-Test-Bits>=0:../../devel/p5-Test-Bits
|
||||
#TEST_DEPENDS+= p5-Test-Bits>=0:../../devel/p5-Test-Bits # XXX: import from wip
|
||||
TEST_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
|
||||
TEST_DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires
|
||||
TEST_DEPENDS+= p5-Test-HexDifferences>=0:../../devel/p5-Test-HexDifferences
|
||||
#TEST_DEPENDS+= p5-Test-HexDifferences>=0:../../devel/p5-Test-HexDifferences # XXX: import from wip
|
||||
TEST_DEPENDS+= p5-Test-Warnings>=0:../../devel/p5-Test-Warnings
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
|
Loading…
Reference in a new issue