From 223ab9c5b2fc2fde788496316d0feff927358406 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 26 Feb 2015 16:32:07 +0000 Subject: Remove build dependency on p5-Test-Simple. --- devel/p5-POE-Component-Schedule/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/p5-POE-Component-Schedule/Makefile b/devel/p5-POE-Component-Schedule/Makefile index d527ae63b293..1bb4dad4a69e 100644 --- a/devel/p5-POE-Component-Schedule/Makefile +++ b/devel/p5-POE-Component-Schedule/Makefile @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Schedule PORTVERSION= 0.95 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Schedule POE Events using a cron spec -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ - p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -- cgit