# New ports collection makefile for: p5-Net-BitTorrent # Date created: 2008-04-12 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Net-BitTorrent PORTVERSION= 0.052 PORTREVISION= 2 CATEGORIES= net-p2p perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SANKO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= BitTorrent peer-to-peer protocol class RUN_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt CONFIGURE_ARGS= .if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ p5-Module-Build>=0.3:${PORTSDIR}/devel/p5-Module-Build \ p5-version>=0.74:${PORTSDIR}/devel/p5-version RUN_DEPENDS+= p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ p5-version>=0.74:${PORTSDIR}/devel/p5-version .endif .include