Index: head/devel/p5-Number-Tolerant/Makefile =================================================================== --- head/devel/p5-Number-Tolerant/Makefile (revision 390490) +++ head/devel/p5-Number-Tolerant/Makefile (revision 390491) @@ -1,24 +1,29 @@ # Created by: Kurt Lidl # $FreeBSD$ PORTNAME= Number-Tolerant PORTVERSION= 1.706 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides inexact number comparisons with tolerance ranges LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Sub-Exporter>=0.950:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Benchmark/Makefile =================================================================== --- head/devel/p5-Test-Benchmark/Makefile (revision 390490) +++ head/devel/p5-Test-Benchmark/Makefile (revision 390491) @@ -1,22 +1,27 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Test-Benchmark PORTVERSION= 0.004 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Make sure something really is faster LICENSE= LGPL21 -TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester \ - p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-BinaryData/Makefile =================================================================== --- head/devel/p5-Test-BinaryData/Makefile (revision 390490) +++ head/devel/p5-Test-BinaryData/Makefile (revision 390491) @@ -1,22 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Test-BinaryData PORTVERSION= 0.014 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compare two things, give hex dumps if they differ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester - USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Bits/Makefile =================================================================== --- head/devel/p5-Test-Bits/Makefile (revision 390490) +++ head/devel/p5-Test-Bits/Makefile (revision 390491) @@ -1,24 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Test-Bits PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides a bits_is() subroutine for testing binary data LICENSE= ART20 BUILD_DEPENDS= p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-CleanNamespaces/Makefile =================================================================== --- head/devel/p5-Test-CleanNamespaces/Makefile (revision 390490) +++ head/devel/p5-Test-CleanNamespaces/Makefile (revision 390491) @@ -1,35 +1,40 @@ # Created by: Frederic Culot # $FreeBSD$ PORTNAME= Test-CleanNamespaces PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Check for uncleaned imports LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-File-Find-Rule-Perl>0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ p5-Module-Runtime>0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Package-Stash>=0.14:${PORTSDIR}/devel/p5-Package-Stash \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Identify>0:${PORTSDIR}/devel/p5-Sub-Identify \ p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-Tester>0:${PORTSDIR}/devel/p5-Test-Tester \ p5-Test-Warnings>=0.009:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure PLIST_FILES= %%SITE_PERL%%/Test/CleanNamespaces.pm \ %%PERL5_MAN3%%/Test::CleanNamespaces.3.gz -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Deep/Makefile =================================================================== --- head/devel/p5-Test-Deep/Makefile (revision 390490) +++ head/devel/p5-Test-Deep/Makefile (revision 390491) @@ -1,34 +1,35 @@ # Created by: Alex Kapranoff # $FreeBSD$ PORTNAME= Test-Deep PORTVERSION= 0.117 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test data structures for differences deeply LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Test-NoWarnings>=0.02:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes REINPLACE_ARGS= -i '' USES= perl5 USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm .include .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester -RUN_DEPENDS+= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester +BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple .endif .include Index: head/devel/p5-Test-Filename/Makefile =================================================================== --- head/devel/p5-Test-Filename/Makefile (revision 390490) +++ head/devel/p5-Test-Filename/Makefile (revision 390491) @@ -1,22 +1,26 @@ # $FreeBSD$ PORTNAME= Test-Filename PORTVERSION= 0.03 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for portable filename comparison RUN_DEPENDS= \ p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= \ - p5-Test-Tester>0:${PORTSDIR}/devel/p5-Test-Tester USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-JSON/Makefile =================================================================== --- head/devel/p5-Test-JSON/Makefile (revision 390490) +++ head/devel/p5-Test-JSON/Makefile (revision 390491) @@ -1,23 +1,29 @@ # Created by: Lars Thegler # $FreeBSD$ PORTNAME= Test-JSON PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${DISTVERSION:C/0$//} MAINTAINER= lth@FreeBSD.org COMMENT= Test JSON data RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester \ p5-JSON-Any>=1.20:${PORTSDIR}/converters/p5-JSON-Any BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-NoWarnings/Makefile =================================================================== --- head/devel/p5-Test-NoWarnings/Makefile (revision 390490) +++ head/devel/p5-Test-NoWarnings/Makefile (revision 390491) @@ -1,31 +1,35 @@ # Created by: Alex Kapranoff # $FreeBSD$ PORTNAME= Test-NoWarnings PORTVERSION= 1.04 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Hide and store warnings while running test scripts LICENSE= LGPL21 -TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester - USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DEVEL_STACKTRACE DEVEL_STACKTRACE_DESC= Stack trace support .include .if ${PORT_OPTIONS:MDEVEL_STACKTRACE} BUILD_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace .endif -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Output/Makefile =================================================================== --- head/devel/p5-Test-Output/Makefile (revision 390490) +++ head/devel/p5-Test-Output/Makefile (revision 390491) @@ -1,25 +1,30 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Test-Output PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Utilities to test STDOUT and STDERR messages LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Capture-Tiny>=0.17:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Spelling/Makefile =================================================================== --- head/devel/p5-Test-Spelling/Makefile (revision 390490) +++ head/devel/p5-Test-Spelling/Makefile (revision 390491) @@ -1,26 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= Test-Spelling PORTVERSION= 0.20 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Check for spelling errors in POD files LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 -TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Timer/Makefile =================================================================== --- head/devel/p5-Test-Timer/Makefile (revision 390490) +++ head/devel/p5-Test-Timer/Makefile (revision 390491) @@ -1,22 +1,27 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= Test-Timer PORTVERSION= 0.08 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl test module to test/assert response times BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Trap/Makefile =================================================================== --- head/devel/p5-Test-Trap/Makefile (revision 390490) +++ head/devel/p5-Test-Trap/Makefile (revision 390491) @@ -1,25 +1,30 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Test-Trap PORTVERSION= 0.3.2 DISTVERSIONPREFIX= v CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Trap exit codes, exceptions, output, etc LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount \ - p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester +TEST_DEPENDS= p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Version/Makefile =================================================================== --- head/devel/p5-Test-Version/Makefile (revision 390490) +++ head/devel/p5-Test-Version/Makefile (revision 390491) @@ -1,24 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Test-Version PORTVERSION= 1.05000 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:S|000$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check to see that version in modules are sane LICENSE= ART20 BUILD_DEPENDS= p5-File-Find-Rule-Perl>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-WWW-Declare/Makefile =================================================================== --- head/devel/p5-Test-WWW-Declare/Makefile (revision 390490) +++ head/devel/p5-Test-WWW-Declare/Makefile (revision 390491) @@ -1,21 +1,26 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Test-WWW-Declare PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Declarative testing for your web app BUILD_DEPENDS= p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Test-Warnings/Makefile =================================================================== --- head/devel/p5-Test-Warnings/Makefile (revision 390490) +++ head/devel/p5-Test-Warnings/Makefile (revision 390491) @@ -1,24 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Test-Warnings PORTVERSION= 0.021 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for warnings and the lack of them LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Test-Kwalitee>=1.12:${PORTSDIR}/devel/p5-Test-Kwalitee \ - p5-Test-Tester>=0.108:${PORTSDIR}/devel/p5-Test-Tester + p5-Test-Kwalitee>=1.12:${PORTSDIR}/devel/p5-Test-Kwalitee USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Index: head/devel/p5-Type-Tiny/Makefile =================================================================== --- head/devel/p5-Type-Tiny/Makefile (revision 390490) +++ head/devel/p5-Type-Tiny/Makefile (revision 390491) @@ -1,51 +1,56 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Type-Tiny PORTVERSION= 1.000005 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tiny, yet Moo(se)-compatible type constraint LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Function-Parameters>=0:${PORTSDIR}/devel/p5-Function-Parameters \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Moo>=1.002001:${PORTSDIR}/devel/p5-Moo \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ p5-MouseX-Types>=0:${PORTSDIR}/devel/p5-MouseX-Types \ p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ p5-Sub-Exporter-Lexical>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Lexical \ p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Test-Tester>=0.10.9:${PORTSDIR}/devel/p5-Test-Tester \ p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings \ p5-Validation-Class>=0:${PORTSDIR}/devel/p5-Validation-Class \ p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple OPTIONS_DEFINE= XS OPTIONS_DEFAULT=XS XS_DESC= Use Type::Tiny::XS for speed boost (recommended) PORTSCOUT= limit:^[0-9\.]*$$ USE_PERL5= configure USES= perl5 XS_BUILD_DEPENDS= p5-Type-Tiny-XS>=0.010:${PORTSDIR}/devel/p5-Type-Tiny-XS XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.010:${PORTSDIR}/devel/p5-Type-Tiny-XS -.include +.include + +.if ${PERL_LEVEL} < 502200 +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include