from 1.09nb4 to 1.20120301. pkgsrc changes: - many dependencies moved to runtime requirements ==> this is a test helper, and it relies on other test helpers, so other test modules are apparently no build dependency upstream changes: 1.20120301 2012-03-01 13:17:20 America/Los_Angeles - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can 1.20110612 2011-06-11 23:53:50 America/Los_Angeles - removed Module::Build detritus - improved Test::Warn testing dependency - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand, rather than in all situations. 1.20110606 Sun Jun 04 2011 - converted to Dist::Zilla - posted to GitHub
28 lines
985 B
Makefile
28 lines
985 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/09/11 07:55:16 sno Exp $
|
|
|
|
DISTNAME= Test-MockObject-1.20120301
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/
|
|
COMMENT= Tests remote URLs or local web files
|
|
|
|
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception
|
|
DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn
|
|
DEPENDS+= p5-UNIVERSAL-can>=1.20110617:../../devel/p5-UNIVERSAL-can
|
|
DEPENDS+= p5-UNIVERSAL-isa>=1.20110614:../../devel/p5-UNIVERSAL-isa
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/MockObject/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|