diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-16 15:07:07 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-16 15:07:07 +0000 |
commit | 54649121e6fb3477bcecff70ffedb2bc153869d8 (patch) | |
tree | 4b60855e7498a4d1ba9c622ba2e264b812491f48 /www/p5-HTTP-Cache-Transparent | |
parent | 78c260ee0cc29ccaefcebb04604f7a2dd6f95ebc (diff) | |
download | ports-54649121e6fb3477bcecff70ffedb2bc153869d8.tar.gz ports-54649121e6fb3477bcecff70ffedb2bc153869d8.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Cache-Transparent')
-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 72cf78df5f76..11c4109ce629 100644 --- a/www/p5-HTTP-Cache-Transparent/Makefile +++ b/www/p5-HTTP-Cache-Transparent/Makefile @@ -21,4 +21,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> |