- remove dependency on p5-Test-Builder-Tester since this comes with

perl 5.8.8

  thanks to deanna phillips for the heads up
This commit is contained in:
msf 2006-03-29 21:30:23 +00:00
parent 472342cf0f
commit 32ed21b52f
5 changed files with 8 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2005/07/11 19:54:30 aanriot Exp $
# $OpenBSD: Makefile,v 1.3 2006/03/29 21:30:23 msf Exp $
COMMENT= "easily create test classes in an xUnit style"
@ -18,7 +18,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Symdump \
::devel/p5-Test-Builder-Tester \
::devel/p5-Test-Differences \
::devel/p5-Test-Exception

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/02/03 16:58:31 msf Exp $
# $OpenBSD: Makefile,v 1.3 2006/03/29 21:30:23 msf Exp $
COMMENT= "tests strings for equality"
@ -16,9 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Test-Builder-Tester
CONFIGURE_STYLE= perl
PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/02/03 16:49:41 msf Exp $
# $OpenBSD: Makefile,v 1.4 2006/03/29 21:30:23 msf Exp $
COMMENT= "Perl extension for emulating troublesome interfaces"
@ -17,8 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Devel-Cycle \
::devel/p5-Test-Builder-Tester
RUN_DEPENDS= ::devel/p5-Devel-Cycle
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/12/21 02:03:25 msf Exp $
# $OpenBSD: Makefile,v 1.3 2006/03/29 21:30:23 msf Exp $
COMMENT= "check for pod coverage in your distribution"
@ -17,8 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Pod-Coverage \
::devel/p5-Test-Builder-Tester
RUN_DEPENDS= ::devel/p5-Pod-Coverage
CONFIGURE_STYLE= perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/12/08 22:20:23 msf Exp $
# $OpenBSD: Makefile,v 1.3 2006/03/29 21:30:23 msf Exp $
COMMENT= "check for POD errors in files"
@ -17,8 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Test-Builder-Tester \
::textproc/p5-Pod-Simple
RUN_DEPENDS= ::textproc/p5-Pod-Simple
CONFIGURE_STYLE= perl