pkgsrc/devel/p5-Test-Inline/Makefile
wiz 2f40e743a4 Update to 2.201:
2.201    Tue 16 Jan 2007
	- [% plan %] in test2inline templates is no longer compulsory

2.200    Sun 14 Jan 2007
	- Added Win32 support

2.105    Mon  2 Oct 2006
	- No functional changes
	- Upgraded to Module::Install 0.64
	- Fixed a few kwalitee nigglies

2.104    Sun  7 May 2006
	- Moved from old CVS to new SVN repository
	- Various POD spelling/grammer fixes (Jeff Defik)
	- Moved t/t.data to t/data
	- Upgraded to Module::Install 0.62
2007-02-18 02:28:33 +00:00

27 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2007/02/18 02:28:33 wiz Exp $
DISTNAME= Test-Inline-2.201
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tin
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@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"