diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-21 06:12:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-21 06:12:33 +0000 |
commit | 9ce0b6b2ebf0e752a8c242befc30486fd0ac148b (patch) | |
tree | b078e68f9771a3d6ad8ee20d84c6c5943a528c75 /sysutils/lire | |
parent | b0aaf2da24dfc18f58937085b08d2a5e502132b3 (diff) | |
download | ports-9ce0b6b2ebf0e752a8c242befc30486fd0ac148b.tar.gz ports-9ce0b6b2ebf0e752a8c242befc30486fd0ac148b.zip |
Notes
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 8ea3b65665c6..51728824cbdd 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -116,6 +116,10 @@ MAN7= lire.7 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= sysutils/lire requires are least Perl 5.6.1, while Perl 5.8.2 is recommended. Please install lang/perl5.8 +.endif + .ifdef(WITH_CHARTS) RUN_DEPENDS+= pl:${PORTSDIR}/math/ploticus-nox11 \ dia:${PORTSDIR}/graphics/dia |