diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /net-p2p | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.zst freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
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 \ |