diff options
Diffstat (limited to 'devel/p5-Test-Exception/Makefile')
-rw-r--r-- | devel/p5-Test-Exception/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index 13285c769bf0..d05840f78e0a 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Exception -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -23,14 +23,4 @@ PERL_CONFIGURE= yes MAN3= Test::Exception.3 -.include <bsd.port.pre.mk> - -## -## this port depends on devel/p5-Sub-Uplevel which -## requires PERL 5.6.x or later -## -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |