pkgsrc/devel/p5-Test-Inline/Makefile
wiz 100d7a2918 Update to 2.103:
2.103    Wed Sep 28 2005
	- Removed Test::Inline::IO::File::VCS. It is incompleted, and never
	  should have been distributed in the dist.

2.102    Thu Sep 22 2005
	- To handle people with problems installing RT and a few other
	  programs, add a dependency on Pod::Tests

2.101    Tue Sep 13 2005
	- Rebuilding to synchronize with new Module::Install and
	  ExtUtils::AutoInstall
	- Tweaks the per-section test code to make more applicable value
	  appear in the failure summary.
	- Removed all remaining use of UNIVERSAL::isa, switching to a
	  more accurate Params::Util approach. Should allow for improved
	  extensibility.

2.100    Thu Jul 14 2005
	- Worked as good as I hoped, moving to production release
	- Bundling a couple of build-time-only deps

2.099_01 Tue Jul 12 2005
	- More work on making inline2test just DWYM
	- Added Test::Inline::Content::Simple

2.099_01 Sun Jul 10 2005
	- Starting to implement the 2.100 roadmap
	- Moved Test::Inline::Handler::Extract   to Test::Inline::Extract
	- Moved Test::Inline::Handler::File      to Test::Inline::IO::File
	- Moved Test::Inline::Handler::File::VCS to Test::Inline::IO::File::VCS
	- Convert inline2test to use a config file
	- Added Test::Inline::Content
	- Added Test::Inline::Content::Legacy
	- Added Test::Inline::Content::Default
	- Reorganised code to make it all work again
	- Added 12_content.t
2005-11-24 18:51:51 +00:00

27 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2005/11/24 18:51:51 wiz Exp $
DISTNAME= Test-Inline-2.103
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tin
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Inline/
COMMENT= Inlining your tests next to the code being tested
BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.49:../../devel/p5-ExtUtils-AutoInstall
DEPENDS+= p5-Algorithm-Dependency>=1.02:../../devel/p5-Algorithm-Dependency
DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse
DEPENDS+= p5-Config-Tiny>=2.00:../../devel/p5-Config-Tiny
DEPENDS+= p5-File-Find-Rule>=0.26:../../devel/p5-File-Find-Rule
DEPENDS+= p5-File-Flat>=0.95:../../devel/p5-File-Flat
DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
DEPENDS+= p5-Params-Util>=0.05:../../devel/p5-Params-Util
DEPENDS+= p5-Test-Simple>=0.33:../../devel/p5-Test-Simple
DEPENDS+= p5-Pod-Tests>=0.18:../../textproc/p5-Pod-Tests
PERL5_PACKLIST= auto/Test/Inline/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"