diff options
author | barner <barner@FreeBSD.org> | 2005-05-11 22:26:26 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-05-11 22:26:26 +0800 |
commit | 016fef618ff6fe6c91a9673df1fa3f0e749c7606 (patch) | |
tree | c301abfb3b5ffb37b8e120a771749f8e4a26189b /www | |
parent | 33ab629e35d606cb4423bfdd7872618247c12dbb (diff) | |
download | freebsd-ports-graphics-016fef618ff6fe6c91a9673df1fa3f0e749c7606.tar.gz freebsd-ports-graphics-016fef618ff6fe6c91a9673df1fa3f0e749c7606.tar.zst freebsd-ports-graphics-016fef618ff6fe6c91a9673df1fa3f0e749c7606.zip |
- Add IGNORE line indicating that the port builds with Perl 5.6+
Diffstat (limited to 'www')
-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 d52f7db49b3..495002bed8c 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: |