diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-07 16:03:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-07 16:03:33 +0000 |
commit | fa83372329a6825e0ef80cb7ccd1b69467d17d44 (patch) | |
tree | a89f15a4d070c75517dea9f5ab79fddd5d5a03a7 /www/p5-Furl/Makefile | |
parent | de39124faf7f855f7968ce26742c661bb518423a (diff) |
Notes
Diffstat (limited to 'www/p5-Furl/Makefile')
-rw-r--r-- | www/p5-Furl/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/p5-Furl/Makefile b/www/p5-Furl/Makefile index 60157ccad0a7..de49a24d9013 100644 --- a/www/p5-Furl/Makefile +++ b/www/p5-Furl/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl extension of lightning-fast URL fetcher RUN_DEPENDS= \ p5-HTTP-Parser-XS>=0.11:${PORTSDIR}/www/p5-HTTP-Parser-XS BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP PERL_CONFIGURE= yes @@ -26,4 +28,10 @@ MAN3= Furl.3 \ Furl::Headers.3 \ Furl::Response.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |