diff options
Diffstat (limited to 'textproc/p5-Pod-Markdown/Makefile')
-rw-r--r-- | textproc/p5-Pod-Markdown/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile index 7ff38f07a7c8..9d94fdc19e67 100644 --- a/textproc/p5-Pod-Markdown/Makefile +++ b/textproc/p5-Pod-Markdown/Makefile @@ -20,11 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |