aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Cache-Transparent
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-10-16 15:07:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-10-16 15:07:07 +0000
commit54649121e6fb3477bcecff70ffedb2bc153869d8 (patch)
tree4b60855e7498a4d1ba9c622ba2e264b812491f48 /www/p5-HTTP-Cache-Transparent
parent78c260ee0cc29ccaefcebb04604f7a2dd6f95ebc (diff)
downloadports-54649121e6fb3477bcecff70ffedb2bc153869d8.tar.gz
ports-54649121e6fb3477bcecff70ffedb2bc153869d8.zip
Notes
Diffstat (limited to 'www/p5-HTTP-Cache-Transparent')
-rw-r--r--www/p5-HTTP-Cache-Transparent/Makefile8
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>