Subject: mail/p5-Email-MIME wants (unnecessary) devel/p5-Test/Simple
To: None <pkgsrc-users@netbsd.org>
From: Mark E. Perkins <perkinsm@bway.net>
List: pkgsrc-users
Date: 07/19/2007 19:57:38
Makefile for mail/p5-Email-MIME has

BUILD_DEPENDS+=         p5-Test-Simple>=0.47:../../devel/p5-Test-Simple

which really is because of

    'Test::More'    => '0.47'

in Makefile.PL for Email-MIME.  The installed version of Test:More is 0.62,
but when I start to build p5-Email-MIME it wants to install
devel/p5-Test-Simple (which is version 0.70).

Any ideas why this is happening?

Thanks,
Mark