pkgsrc/devel/p5-Test-Deep/Makefile
rhaen 64ddbf2e62 - updated to 0.103
- took maintainership
- Makefile cleanup

Changelog:
0.103

Detect whether isa() is being called with 1 or 2 arguments and
dispatch to the correct function. This is hacky but fixes the problem
of clashing with UNIVERSAL::isa().

0.102

Behave well when a code comparator doesn't give diagnostics. Thanks to
Alex Kapranoff.
2008-07-15 22:19:37 +00:00

19 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/07/15 22:19:37 rhaen Exp $
DISTNAME= Test-Deep-0.103
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
COMMENT= Perl5 module to test deep structures
DEPENDS+= p5-Test-Tester>=0.04:../../devel/p5-Test-Tester
DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
PERL5_PACKLIST= auto/Test/Deep/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"