diff options
Diffstat (limited to 'textproc/p5-Parse-Syslog/Makefile')
-rw-r--r-- | textproc/p5-Parse-Syslog/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/textproc/p5-Parse-Syslog/Makefile b/textproc/p5-Parse-Syslog/Makefile index 482c3260b096..660a1a817b20 100644 --- a/textproc/p5-Parse-Syslog/Makefile +++ b/textproc/p5-Parse-Syslog/Makefile @@ -20,12 +20,4 @@ PERL_CONFIGURE= yes MAN3= Parse::Syslog.3 -.include <bsd.port.pre.mk> - -# requires Time::Local 1.07_94 -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local -RUN_DEPENDS+= ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |