diff options
Diffstat (limited to 'www/p5-HTTP-Cache-Transparent/Makefile')
-rw-r--r-- | www/p5-HTTP-Cache-Transparent/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-HTTP-Cache-Transparent/Makefile b/www/p5-HTTP-Cache-Transparent/Makefile index 155408dde718..7f48c06ea001 100644 --- a/www/p5-HTTP-Cache-Transparent/Makefile +++ b/www/p5-HTTP-Cache-Transparent/Makefile @@ -20,4 +20,10 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= HTTP::Cache::Transparent.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BROKEN= Does not compile with perl ${PERL_VERSION} +.endif + +.include <bsd.port.post.mk> |