diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-18 06:52:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-18 06:52:30 +0000 |
commit | 89002201d393fef0437a11b7b9996c3be9fab2c0 (patch) | |
tree | 745597721a31d9784abd4120aa90041df04363f6 /devel | |
parent | 0c0e894016045e06c605c22948378d9c1e8d95a3 (diff) | |
download | ports-89002201d393fef0437a11b7b9996c3be9fab2c0.tar.gz ports-89002201d393fef0437a11b7b9996c3be9fab2c0.zip |
Mark broken for perl > 5.8.0.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=109402
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Include/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index b56be7598b80..71a18a8a5283 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= YES MAN3= Include.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} > 500800 +BROKEN= Does not install +.endif + +.include <bsd.port.post.mk> |