diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-12-28 14:36:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-12-28 14:36:42 +0000 |
commit | 9397cf1d5f78daf080f99df3c983a58e1c4e6c70 (patch) | |
tree | 31a67f916d0b9a9c4c1e543bdf7bdea40fe87717 /textproc/p5-YAML-Syck/Makefile | |
parent | a3938337b0fe7ff662793feb19f996f2fd55ffaa (diff) | |
download | ports-9397cf1d5f78daf080f99df3c983a58e1c4e6c70.tar.gz ports-9397cf1d5f78daf080f99df3c983a58e1c4e6c70.zip |
Notes
Diffstat (limited to 'textproc/p5-YAML-Syck/Makefile')
-rw-r--r-- | textproc/p5-YAML-Syck/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile index 954dfd086239..4418b7a92177 100644 --- a/textproc/p5-YAML-Syck/Makefile +++ b/textproc/p5-YAML-Syck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= YAML-Syck -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= YAML @@ -21,8 +21,8 @@ MAN3= YAML::Syck.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |