diff options
Diffstat (limited to 'textproc/txt2html/Makefile')
-rw-r--r-- | textproc/txt2html/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 297948bfea67..6c08c73e0864 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= txt2html -PORTVERSION= 2.23 +PORTVERSION= 2.30 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= txt2html @@ -17,7 +17,7 @@ COMMENT= Convert raw text to something with a little HTML formatting BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN1= txt2html.1 MAN3= HTML::TextToHTML.3 @@ -25,9 +25,7 @@ MAN3= HTML::TextToHTML.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE="Need at least perl 5.6.1 to build" .endif .include <bsd.port.post.mk> |