aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Maypole-Authentication-UserSessionCookie
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 22:01:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 22:01:19 +0000
commit32ff5ff5bc6b451c9bb75dad4a9faf97bde902ef (patch)
tree34914965ab0c4347af6314e274bd13adc9ec491c /www/p5-Maypole-Authentication-UserSessionCookie
parentbe9da1563a8bebe16641d264fa8b685737a1adb4 (diff)
downloadports-32ff5ff5bc6b451c9bb75dad4a9faf97bde902ef.tar.gz
ports-32ff5ff5bc6b451c9bb75dad4a9faf97bde902ef.zip
BROKEN: Does not build on FreeBSD 4.x
Notes
Notes: svn path=/head/; revision=132973
Diffstat (limited to 'www/p5-Maypole-Authentication-UserSessionCookie')
-rw-r--r--www/p5-Maypole-Authentication-UserSessionCookie/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
index f4c842235dd9..7ce8482f6176 100644
--- a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
+++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Maypole::Authentication::UserSessionCookie.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>