diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-05-11 14:26:26 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-05-11 14:26:26 +0000 |
commit | 5b74dd44cf01e3c5e704016551502776da3a9595 (patch) | |
tree | d879b82a86d5477668d31183b5d4e82cdfef97fb /www/p5-PLP | |
parent | - Update to 5.4.10 (diff) |
- Add IGNORE line indicating that the port builds with Perl 5.6+
Notes
Notes:
svn path=/head/; revision=135055
Diffstat (limited to 'www/p5-PLP')
-rw-r--r-- | www/p5-PLP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile index d52f7db49b31..495002bed8cc 100644 --- a/www/p5-PLP/Makefile +++ b/www/p5-PLP/Makefile @@ -32,8 +32,8 @@ IGNORE= WITH_MOD_PERL must be either '1' or '2', or undefined .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5.[6,8] and try again" .endif pre-fetch: |