aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-29 17:46:33 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-29 17:46:33 +0000
commit073942c880a4e31c6e91aaef30f6d9a64633ad26 (patch)
treec00f6ccb48c8f9d9e251c8caa0928d7e3f950145 /net-p2p
parent78504bf84db13c1a72fc4e0047f60cb40718f703 (diff)
downloadports-073942c880a4e31c6e91aaef30f6d9a64633ad26.tar.gz
ports-073942c880a4e31c6e91aaef30f6d9a64633ad26.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/p5-Net-BitTorrent-File/Makefile3
-rw-r--r--net-p2p/p5-Net-BitTorrent-File/pkg-plist1
-rw-r--r--net-p2p/p5-Net-DirectConnect-TigerHash/Makefile3
-rw-r--r--net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr2
-rw-r--r--net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist1
-rw-r--r--net-p2p/p5-WWW-BitTorrent/Makefile3
-rw-r--r--net-p2p/p5-WWW-BitTorrent/pkg-descr3
-rw-r--r--net-p2p/p5-WWW-BitTorrent/pkg-plist1
8 files changed, 5 insertions, 12 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile
index 0966cd31fc73..1e07bb443095 100644
--- a/net-p2p/p5-Net-BitTorrent-File/Makefile
+++ b/net-p2p/p5-Net-BitTorrent-File/Makefile
@@ -21,7 +21,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//}
USES= perl5
USE_PERL5= configure
-MAN3= Net::BitTorrent::File.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-p2p/p5-Net-BitTorrent-File/pkg-plist b/net-p2p/p5-Net-BitTorrent-File/pkg-plist
index b6f6506fb383..763ca8f34623 100644
--- a/net-p2p/p5-Net-BitTorrent-File/pkg-plist
+++ b/net-p2p/p5-Net-BitTorrent-File/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BitTorrent/File/.packlist
%%SITE_PERL%%/Net/BitTorrent/File.pm
+%%PERL5_MAN3%%/Net::BitTorrent::File.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BitTorrent/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/BitTorrent
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
index 154ffed4bc26..85f91154494e 100644
--- a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
+++ b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
@@ -15,7 +15,4 @@ USES= perl5
USE_PERL5= configure
CC= ${CXX}
-MAN3= Net::DirectConnect::TigerHash.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr
index a7eba9a86a9c..d9423491f0fa 100644
--- a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr
+++ b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-descr
@@ -1,3 +1,3 @@
TigerHash module
-WWW: http://search.cpan.org/dist/Net-DirectConnect-TigerHash/
+WWW: http://search.cpan.org/dist/Net-DirectConnect-TigerHash/
diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist
index 1b9ec89c586d..345b4dfeeeb2 100644
--- a/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist
+++ b/net-p2p/p5-Net-DirectConnect-TigerHash/pkg-plist
@@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/TigerHash.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash/TigerHash.so
+%%PERL5_MAN3%%/Net::DirectConnect::TigerHash.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect/TigerHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DirectConnect
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile
index 64104ac9989d..5ed2ea870088 100644
--- a/net-p2p/p5-WWW-BitTorrent/Makefile
+++ b/net-p2p/p5-WWW-BitTorrent/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= WWW::BitTorrent.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-descr b/net-p2p/p5-WWW-BitTorrent/pkg-descr
index 6b26878d81b1..bb40b4d46d26 100644
--- a/net-p2p/p5-WWW-BitTorrent/pkg-descr
+++ b/net-p2p/p5-WWW-BitTorrent/pkg-descr
@@ -1,4 +1,3 @@
WWW::BitTorrent - Search and Download .torrent(s) files from BitTorrents boards.
-Author: Amit Sides <amit.sides@gmail.com>
-WWW: http://search.cpan.org/dist/WWW-BitTorrent/
+WWW: http://search.cpan.org/dist/WWW-BitTorrent/
diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-plist b/net-p2p/p5-WWW-BitTorrent/pkg-plist
index 407322a859fd..995d3bc651ef 100644
--- a/net-p2p/p5-WWW-BitTorrent/pkg-plist
+++ b/net-p2p/p5-WWW-BitTorrent/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/WWW/BitTorrent.pm
%%SITE_PERL%%//WWW/bittorrent.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent/.packlist
+%%PERL5_MAN3%%/WWW::BitTorrent.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
@dirrmtry %%SITE_PERL%%/WWW