diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:29:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:29:55 +0000 |
commit | 834d150c055dc06929f318e91eef750029dab323 (patch) | |
tree | cac4370bac2df74befed545d1eaf1c4187118d17 | |
parent | 833bd89382f504e6efc41deaae42377d793b2f01 (diff) | |
download | freebsd-ports-834d150c055dc06929f318e91eef750029dab323.zip |
BROKEN with perl 5.00503: Does not compile
-rw-r--r-- | devel/p5-Set-Object/Makefile | 8 |
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> |