diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 05:04:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 05:04:20 +0000 |
commit | 19e8fbb2e8fb3ff4618eecfea3e6e595a418a155 (patch) | |
tree | 7b2885681e8bdc8b45f0e6555cc9fe6c7cf98d26 /devel/p5-ExtUtils-Depends | |
parent | 035666ecaa37f330a6e72f370f0517eb1f805f33 (diff) | |
download | ports-19e8fbb2e8fb3ff4618eecfea3e6e595a418a155.tar.gz ports-19e8fbb2e8fb3ff4618eecfea3e6e595a418a155.zip |
Notes
Diffstat (limited to 'devel/p5-ExtUtils-Depends')
-rw-r--r-- | devel/p5-ExtUtils-Depends/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile index 38489857148b..d9de70e79ebe 100644 --- a/devel/p5-ExtUtils-Depends/Makefile +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= ExtUtils::Depends.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BROKEN= "Does not compile with this version of perl" +.endif + +.include <bsd.port.post.mk> |