mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2cf4c1e2c8
- Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
42 lines
1005 B
Makefile
42 lines
1005 B
Makefile
# New ports collection makefile for: p5-Net-BitTorrent
|
|
# Date created: 2008-04-12
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $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= </dev/null
|
|
PORTSCOUT= skipv:0.074000_012
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN1= net-bittorrent.pl.1
|
|
MAN3= Net::BitTorrent.3 \
|
|
Net::BitTorrent::Notes.3 \
|
|
Net::BitTorrent::ConfigData.3 \
|
|
Net::BitTorrent::DHT.3 \
|
|
Net::BitTorrent::Peer.3 \
|
|
Net::BitTorrent::Protocol.3 \
|
|
Net::BitTorrent::Torrent.3 \
|
|
Net::BitTorrent::Torrent::File.3 \
|
|
Net::BitTorrent::Torrent::Tracker.3 \
|
|
Net::BitTorrent::Torrent::Tracker::HTTP.3 \
|
|
Net::BitTorrent::Torrent::Tracker::UDP.3 \
|
|
Net::BitTorrent::Util.3 \
|
|
Net::BitTorrent::Version.3
|
|
|
|
.include <bsd.port.mk>
|