diff options
Diffstat (limited to 'net-p2p/p5-WWW-BitTorrent')
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile index 7052719cc863..1701b34564c8 100644 --- a/net-p2p/p5-WWW-BitTorrent/Makefile +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= WWW::BitTorrent.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |