diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-30 02:05:46 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-30 02:05:46 +0000 |
commit | ee72c1cba5cdb508fe8bd7dbc4e4631ce74a582a (patch) | |
tree | b3c5a473b32fc4fb6d3daa363badb331efa6430b /net-p2p | |
parent | 38df3071a1bd2f2f5b4ed8c6498ed64233cac6e8 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile index 62fdc40ac499..6878794c300d 100644 --- a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile +++ b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile @@ -19,10 +19,4 @@ PERL_MODBUILD= yes MAN3= Net::BitTorrent::PeerPacket.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |