diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent/Makefile | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile index 1e19f9096f4c..40a6aa2d39e5 100644 --- a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile +++ b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-BitTorrent-PeerPacket -# Date created: 2006-08-23 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-BitTorrent-PeerPacket PORTVERSION= 1.2 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse/Build Peer Packets from BitTorrent -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::BitTorrent::PeerPacket.3 diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index 7646c0b39998..c2a08147e392 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-BitTorrent -# Date created: 2008-04-12 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-BitTorrent PORTVERSION= 0.052 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt CONFIGURE_ARGS= </dev/null PORTSCOUT= skipv:0.074000_012 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= net-bittorrent.pl.1 MAN3= Net::BitTorrent.3 \ |