4ebf3ba4db
Changes since p5-Test-Simple-0.43 : - names containing newlines no longer produce confusing output (from chromatic) - chromatic provided a fix so can_ok() honors can() overrides. - Nick Ing-Simmons suggested todo_skip() be a bit clearer about the skipping part. - Making plan() vomit if it gets something it doesn't understand. - Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls. - quieting diag(undef)
21 lines
599 B
Makefile
21 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.11 2002/04/27 08:06:21 shell Exp $
|
|
|
|
DISTNAME= Test-Simple-0.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tsi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= shell@netbsd.org
|
|
COMMENT= perl5 module with a simple framework for writing tests
|
|
|
|
DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|