diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-22 11:25:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-22 11:25:55 +0000 |
commit | a2fe39950fceeb9a061376b1ea0df5393935d820 (patch) | |
tree | 6dabb88c347dc14831229fdc5ddf9b9219ec49ad /devel/p5-Spoon | |
parent | 350fcce26c0ec18d19c589a654b75a670381bd53 (diff) | |
download | ports-a2fe39950fceeb9a061376b1ea0df5393935d820.tar.gz ports-a2fe39950fceeb9a061376b1ea0df5393935d820.zip |
Notes
Diffstat (limited to 'devel/p5-Spoon')
-rw-r--r-- | devel/p5-Spoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index e824a75601c3..7c814664d82b 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -48,11 +48,11 @@ post-patch: @${PERL} -i -pe '$$_ = "" if $$. == 3' \ ${WRKSRC}/lib/Spoon/Base.pm -MAN3+= Spoon::Config.3 - .if ${PERL_LEVEL} < 500601 IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again .endif +.else +MAN3+= Spoon::Config.3 .endif .include <bsd.port.post.mk> |