diff options
Diffstat (limited to 'textproc/p5-Text-Quote/Makefile')
-rw-r--r-- | textproc/p5-Text-Quote/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-Quote/Makefile b/textproc/p5-Text-Quote/Makefile index 8d0312f03921..1d0e0c3131b3 100644 --- a/textproc/p5-Text-Quote/Makefile +++ b/textproc/p5-Text-Quote/Makefile @@ -23,4 +23,10 @@ PERL_CONFIGURE= yes MAN3= Text::Quote.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.endif + +.include <bsd.port.post.mk> |