pkgsrc-wip/p5-Test-Class/Makefile
David Brownlee 4800697135 The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.

    p5-Algorithm-C3
    p5-CGI-Simple
    p5-Class-Accessor-Grouped
    p5-Class-C3-XS
    p5-Class-C3
    p5-Geo-Distance
    p5-HTTP-Body
    p5-HTTP-Request-AsCGI
    p5-MRO-Compat
    p5-PAR
    p5-RRDTool-OO
    p5-SQL-Abstract-Limit
    p5-Set-Object
    p5-Template-Timer
    p5-Test-Differences
    p5-Test-MockObject
    p5-Test-use-ok
    p5-Tree-Simple-VisitorFactory
    p5-UNIVERSAL-can
    p5-UNIVERSAL-isa
    p5-Unicode-Map
    p5-Unicode-MapUTF8
2008-06-25 09:20:56 +00:00

24 lines
934 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/06/25 09:20:59 absd Exp $
DISTNAME= Test-Class-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Test-Class/
COMMENT= Test::Class - Easily create test classes in an xUnit style
BUILD_DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
DEPENDS+= p5-Test-Exception>=0.10:../../devel/p5-Test-Exception
DEPENDS+= p5-Devel-Symdump>=2.03:../../devel/p5-Devel-Symdump
DEPENDS+= p5-Test-Differences>=0.43:../../devel/p5-Test-Differences
DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple
DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
DEPENDS+= p5-Class-ISA>=0.32:../../devel/p5-Class-ISA
DEPENDS+= p5-Attribute-Handlers>=0.77:../../devel/p5-Attribute-Handlers
PERL5_PACKLIST= auto/Test/Class/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"