diff options
Diffstat (limited to 'www/p5-WWW-WebArchive')
-rw-r--r-- | www/p5-WWW-WebArchive/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/p5-WWW-WebArchive/Makefile b/www/p5-WWW-WebArchive/Makefile index 953af177d450..2d2ee3063b4e 100644 --- a/www/p5-WWW-WebArchive/Makefile +++ b/www/p5-WWW-WebArchive/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= WWW::WebArchive.3 WWW::WebArchive::Agent.3 \ WWW::WebArchive::WaybackMachine.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 # Inherited from www/p5-WWW-Mechanize -IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |