diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 16:15:53 +0800 |
commit | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-p2p | |
parent | adcf3b1a182f39c92b37fd681a90185275bcadb8 (diff) | |
download | freebsd-ports-gnome-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.tar.gz freebsd-ports-gnome-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.tar.zst freebsd-ports-gnome-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctcs/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-cli/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/p5-Net-DirectConnect/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 9 |
6 files changed, 16 insertions, 31 deletions
diff --git a/net-p2p/ctcs/Makefile b/net-p2p/ctcs/Makefile index b6aa9f6eb5e2..eda89cd2c95a 100644 --- a/net-p2p/ctcs/Makefile +++ b/net-p2p/ctcs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ctcs -# Date created: 7 July 2009 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= ctcs PORTVERSION= 1.4.1 @@ -14,7 +10,8 @@ MAINTAINER= dereckson@gmail.com COMMENT= CTorrent monitoring and managing interface NO_BUILD= # -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt PLIST_DIRS= share/doc/ctcs WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION} diff --git a/net-p2p/eiskaltdcpp-cli/Makefile b/net-p2p/eiskaltdcpp-cli/Makefile index 792cfb3291da..863605638321 100644 --- a/net-p2p/eiskaltdcpp-cli/Makefile +++ b/net-p2p/eiskaltdcpp-cli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-p2p/eiskaltdcpp-cli -# Date created: 06 Oct @011 -# Whom: Maxim Ignatenko <gelraen.ua@gmail.com> -# +# Created by: Maxim Ignatenko <gelraen.ua@gmail.com> # $FreeBSD$ -# PORTNAME= eiskaltdcpp-cli PORTVERSION= 2.2.4 @@ -23,7 +19,8 @@ PROJECTHOST= eiskaltdc USE_XZ= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= ${PORTNAME}.1 MANCOMPRESSED= no diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 5fcb02846081..48f205f1470b 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opendchub -# Date created: May 29, 2002 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# +# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca> # $FreeBSD$ -# PORTNAME= opendchub PORTVERSION= 0.8.2 @@ -13,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} MAINTAINER= yashin.dm@gmail.com COMMENT= Unofficial Unix version of the Direct Connect Hub software -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile index c2a138fe8edd..ddeb6491386d 100644 --- a/net-p2p/p5-Net-BitTorrent-File/Makefile +++ b/net-p2p/p5-Net-BitTorrent-File/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-BitTorrent-File -# Date created: February 06th 2006 -# Whom: Oleg R. Muhutdinov <mor@WhiteLuna.com> -# +# Created by: Oleg R. Muhutdinov <mor@WhiteLuna.com> # $FreeBSD$ -# PORTNAME= Net-BitTorrent-File PORTVERSION= 1.02 @@ -22,7 +18,8 @@ BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::BitTorrent::File.3 diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index f3a39adc619f..fdc26b6777ab 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Sys-Sendfile-FreeBSD>=0:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile index d7d26923e664..1d1e00991b20 100644 --- a/net-p2p/p5-WWW-BitTorrent/Makefile +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-BitTorrent -# Date created: 2006-08-02 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= WWW-BitTorrent PORTVERSION= 0.01 @@ -17,7 +13,8 @@ COMMENT= Search and Download .torrent(s) files from BitTorrents boards BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::BitTorrent.3 |