diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-06 18:51:17 +0000 |
commit | 2c7b8bf0bdab40127399436656c1a94e1c8c0a89 (patch) | |
tree | 57214bac9c97d5967918fa5d36a4696adeb3577e /devel/p5-Debug-Client | |
parent | - Update to 2.13 (diff) |
- Remove outdated PERL_LEVEL check
With hat: perl
Notes
Notes:
svn path=/head/; revision=347305
Diffstat (limited to 'devel/p5-Debug-Client')
-rw-r--r-- | devel/p5-Debug-Client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index 7453ee79e3ca..983f7fe929bf 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -25,10 +25,6 @@ USE_PERL5= configure .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501400 -RUN_DEPENDS+= p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp -.endif - .if ${PERL_LEVEL} < 501600 TEST_DEPENDS+= p5-Time-HiRes>=1.9725:${PORTSDIR}/devel/p5-Time-HiRes .endif |