diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-21 22:25:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-21 22:25:52 +0800 |
commit | 870daebb58f192f88aedceef24ebb6784085a851 (patch) | |
tree | fa3f042f675e048352f87e23986940d4e973973c /www/p5-WWW-Google-PageRank | |
parent | 8fd32141e9e02d5314a3477c97ad71e619ec214a (diff) | |
download | freebsd-ports-gnome-870daebb58f192f88aedceef24ebb6784085a851.tar.gz freebsd-ports-gnome-870daebb58f192f88aedceef24ebb6784085a851.tar.zst freebsd-ports-gnome-870daebb58f192f88aedceef24ebb6784085a851.zip |
Add p5-WWW-Google-PageRank 0.12, this's a Perl interface for querying
google pagerank.
PR: ports/100552
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Diffstat (limited to 'www/p5-WWW-Google-PageRank')
-rw-r--r-- | www/p5-WWW-Google-PageRank/Makefile | 36 | ||||
-rw-r--r-- | www/p5-WWW-Google-PageRank/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Google-PageRank/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-WWW-Google-PageRank/pkg-plist | 7 |
4 files changed, 55 insertions, 0 deletions
diff --git a/www/p5-WWW-Google-PageRank/Makefile b/www/p5-WWW-Google-PageRank/Makefile new file mode 100644 index 000000000000..26924c203b32 --- /dev/null +++ b/www/p5-WWW-Google-PageRank/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-WWW-Google-PageRank +# Date created: 2006-07-19 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Google-PageRank +PORTVERSION= 0.12 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= This's a Perl interface for querying google pagerank + +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= WWW::Google::PageRank.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 + +.if ${PERL_LEVEL} < 500601 +BUILD_DEPENDS+= ${SITE_PERL}/base.pm:${PORTSDIR}/devel/p5-Class-Fields +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-WWW-Google-PageRank/distinfo b/www/p5-WWW-Google-PageRank/distinfo new file mode 100644 index 000000000000..90b384febdd0 --- /dev/null +++ b/www/p5-WWW-Google-PageRank/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Google-PageRank-0.12.tar.gz) = 5b7822f97fff0d0926f8c5be99beed7c +SHA256 (WWW-Google-PageRank-0.12.tar.gz) = ddd1cf79442d8f7846a7140e80402a20f70eaea0723363cc370a54b2e46eaa59 +SIZE (WWW-Google-PageRank-0.12.tar.gz) = 4212 diff --git a/www/p5-WWW-Google-PageRank/pkg-descr b/www/p5-WWW-Google-PageRank/pkg-descr new file mode 100644 index 000000000000..232dccb82194 --- /dev/null +++ b/www/p5-WWW-Google-PageRank/pkg-descr @@ -0,0 +1,9 @@ +The WWW::Google::PageRank is a class implementing a interface +for querying google pagerank. +To use it, you should create WWW::Google::PageRank object +and use its method get(), to query page rank of URL. +It uses LWP::UserAgent for making request to Google. + + +Author: Yuri Karaban <tech@askold.net> +WWW: http://search.cpan.org/~ykar/WWW-Google-PageRank/ diff --git a/www/p5-WWW-Google-PageRank/pkg-plist b/www/p5-WWW-Google-PageRank/pkg-plist new file mode 100644 index 000000000000..b7a307cf2ea2 --- /dev/null +++ b/www/p5-WWW-Google-PageRank/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/WWW/Google/PageRank.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/PageRank/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/PageRank +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/WWW/Google +@dirrmtry %%SITE_PERL%%/WWW |