aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Reflow/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-05-03 01:30:36 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-05-03 01:30:36 +0000
commit142196462a70766d3bcaf657e65fef9503d12755 (patch)
treec2cc0bab2dfff50cc2da08c5a4ea49f807c9a99d /textproc/p5-Text-Reflow/Makefile
parent07243026742978ef942a86793f4f111ed04c44fd (diff)
downloadports-142196462a70766d3bcaf657e65fef9503d12755.tar.gz
ports-142196462a70766d3bcaf657e65fef9503d12755.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Reflow/Makefile')
-rw-r--r--textproc/p5-Text-Reflow/Makefile12
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>