aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-Object
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 12:29:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 12:29:55 +0000
commit834d150c055dc06929f318e91eef750029dab323 (patch)
treecac4370bac2df74befed545d1eaf1c4187118d17 /devel/p5-Set-Object
parent833bd89382f504e6efc41deaae42377d793b2f01 (diff)
downloadports-834d150c055dc06929f318e91eef750029dab323.tar.gz
ports-834d150c055dc06929f318e91eef750029dab323.zip
Notes
Diffstat (limited to 'devel/p5-Set-Object')
-rw-r--r--devel/p5-Set-Object/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile
index 6c6d780bc4d5..20192d5b7cb8 100644
--- a/devel/p5-Set-Object/Makefile
+++ b/devel/p5-Set-Object/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Set::Object.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} <= 500503
+BROKEN= "Does not compile with this version of perl"
+.endif
+
+.include <bsd.port.post.mk>