From 867e4dda0b2912a6f0cf0705729a50cebd7691c4 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 24 May 2013 08:34:00 +0000 Subject: - Remove unnecessary depend on PERL_LEVEL < 5.12 --- misc/p5-Locale-SubCountry/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'misc') diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index 562e9efdeb2c..42ec26aff321 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -18,10 +18,4 @@ PERL_MODBUILD= yes MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 -.include - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include -- cgit