diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-05-03 01:30:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-05-03 01:30:36 +0000 |
commit | 142196462a70766d3bcaf657e65fef9503d12755 (patch) | |
tree | c2cc0bab2dfff50cc2da08c5a4ea49f807c9a99d /textproc/p5-Text-Reflow/Makefile | |
parent | 07243026742978ef942a86793f4f111ed04c44fd (diff) | |
download | ports-142196462a70766d3bcaf657e65fef9503d12755.tar.gz ports-142196462a70766d3bcaf657e65fef9503d12755.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Reflow/Makefile')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index ba2132c1b12f..4b63d36c21e4 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -18,11 +18,11 @@ COMMENT= Perl module for reflowing text files PERL_CONFIGURE= yes MAN3= Text::Reflow.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -pre-everything:: - @${PERL} -M5.006 -e1 2>/dev/null || \ - ( ${ECHO_MSG} "===> Requires perl 5.6 or above (available from the port collection)"; \ - ${FALSE} ) +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${PERL_LEVEL} < 500601 +IGNORE= "Requires perl 5.6.1" +.endif + +.include <bsd.port.post.mk> |