diff options
Diffstat (limited to 'textproc/markdown')
-rw-r--r-- | textproc/markdown/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index 57ff1b4e11a5..e7cbdc601f57 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -38,10 +38,4 @@ do-install: ${INSTALL_DATA} "${WRKSRC}/Markdown Readme.text" ${DOCSDIR}/Markdown-Readme.text .endif -.include <bsd.port.pre.mk> - -.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> +.include <bsd.port.mk> |