diff options
Diffstat (limited to 'devel/p5-Test-Warn/Makefile')
-rw-r--r-- | devel/p5-Test-Warn/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Test-Warn/Makefile b/devel/p5-Test-Warn/Makefile index b4fc04d54d08..5f0972b8c849 100644 --- a/devel/p5-Test-Warn/Makefile +++ b/devel/p5-Test-Warn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Warn -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to test methods for warnings -BUILD_DEPENDS= ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \ - ${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel \ - ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \ + p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel \ + p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node PERL_CONFIGURE= yes -INSTALL_TARGET= pure_install MAN3= Test::Warn.3 |