diff options
Diffstat (limited to 'textproc/p5-FormValidator-Lite')
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 33176e796450..c20e5cc290df 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -26,10 +26,4 @@ TEST_DEPENDS= p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase \ USES= perl5 USE_PERL5= modbuild -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |