pkgsrc/devel/p5-Test-Simple/Makefile
seb 913a4b8adb Update p5-Test-Simple from version 0.92 to version 0.94.
Upstream changes:
0.94  Wed Sep  2 11:17:47 PDT 2009
    Releasing 0.93_01 as stable.


0.93_01  Mon Jul 20 09:51:08 PDT 2009
    Bug Fixes
    * Make sure that subtest works with Test:: modules which call
      Test::Builder->new at the top of their code. (Ovid)

    Other
    * subtest() returns!
2009-09-09 20:28:14 +00:00

22 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.44 2009/09/09 20:28:14 seb Exp $
DISTNAME= Test-Simple-0.94
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
COMMENT= Perl5 module with a simple framework for writing tests
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Test-Builder-Tester-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"