diff options
Diffstat (limited to 'www/p5-Geo-Caching/Makefile')
-rw-r--r-- | www/p5-Geo-Caching/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/p5-Geo-Caching/Makefile b/www/p5-Geo-Caching/Makefile index 0e7d5f430a4d..e2610a26ec11 100644 --- a/www/p5-Geo-Caching/Makefile +++ b/www/p5-Geo-Caching/Makefile @@ -21,12 +21,6 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Geo::Caching.3 -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires at least Perl5.8 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |