diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-03 00:51:29 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-03 00:51:29 +0000 |
commit | 393b1642493869ec57f1c4cc6a27dbe16f5eb18a (patch) | |
tree | 9d8a3a294a78b18669b36c0828785c73aef2d02c /net-p2p/p5-WWW-BitTorrent | |
parent | 9ce51dd53e4b10c18fed1e689d88929e790d85bb (diff) | |
download | ports-393b1642493869ec57f1c4cc6a27dbe16f5eb18a.tar.gz ports-393b1642493869ec57f1c4cc6a27dbe16f5eb18a.zip |
Notes
Diffstat (limited to 'net-p2p/p5-WWW-BitTorrent')
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/Makefile | 31 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz | bin | 0 -> 9046 bytes | |||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/pkg-descr | 4 | ||||
-rw-r--r-- | net-p2p/p5-WWW-BitTorrent/pkg-plist | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile new file mode 100644 index 000000000000..7052719cc863 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-WWW-BitTorrent +# Date created: 2006-08-02 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= WWW-BitTorrent +PORTVERSION= 0.01 +CATEGORIES= net-p2p perl5 www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Search and Download .torrent(s) files from BitTorrents boards + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::BitTorrent.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net-p2p/p5-WWW-BitTorrent/distinfo b/net-p2p/p5-WWW-BitTorrent/distinfo new file mode 100644 index 000000000000..71952245d031 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-BitTorrent-0.01.tar.gz) = 752dd8e08bf6bebae4bbe898cc48f271 +SHA256 (WWW-BitTorrent-0.01.tar.gz) = 2b5372745895d0631621bc086cc0c99190af0378556b6687430140f061367560 +SIZE (WWW-BitTorrent-0.01.tar.gz) = 3683 diff --git a/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz b/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz Binary files differnew file mode 100644 index 000000000000..9ddf69dcf7f1 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/p5-WWW-BitTorrent-0.01.tbz diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-descr b/net-p2p/p5-WWW-BitTorrent/pkg-descr new file mode 100644 index 000000000000..6b26878d81b1 --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/pkg-descr @@ -0,0 +1,4 @@ +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/ diff --git a/net-p2p/p5-WWW-BitTorrent/pkg-plist b/net-p2p/p5-WWW-BitTorrent/pkg-plist new file mode 100644 index 000000000000..407322a859fd --- /dev/null +++ b/net-p2p/p5-WWW-BitTorrent/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/WWW/BitTorrent.pm +%%SITE_PERL%%//WWW/bittorrent.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/BitTorrent +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW |