diff options
Diffstat (limited to 'devel/p5-Test-Most/Makefile')
-rw-r--r-- | devel/p5-Test-Most/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 059ccf787277..48e4d2eef986 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -11,11 +11,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for most commonly needed test functions and features RUN_DEPENDS= \ - p5-Exception-Class>=1.14:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn + p5-Exception-Class>=1.14:devel/p5-Exception-Class \ + p5-Test-Deep>=0.106:devel/p5-Test-Deep \ + p5-Test-Differences>=0.61:devel/p5-Test-Differences \ + p5-Test-Exception>=0.31:devel/p5-Test-Exception \ + p5-Test-Warn>=0.23:devel/p5-Test-Warn BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |