head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.11.16.15.06.31;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.21.19.19.07;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.09.02.05.40;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.11.42;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.20.20.26.13;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.22.02.09.51;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.21.14.25.52;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Google-PageRank
# Date created:		2006-07-19
# Whom:			Tsung-Han Yeh <snowfly@@yuntech.edu.tw>
#
# $FreeBSD: head/www/p5-WWW-Google-PageRank/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Google-PageRank
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	snowfly@@yuntech.edu.tw
COMMENT=	Perl interface for querying Google pagerank

BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Google::PageRank.3

.include <bsd.port.mk>
@


1.7
log
@- Update to 0.17
- Pet portlint

Changes:	http://search.cpan.org/dist/WWW-Google-PageRank/Changes
PR:		ports/162163
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.15

PR:             ports/135819
Approved by:    maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Update to 0.14

Changes:	http://search.cpan.org/dist/WWW-Google-PageRank/Changes
PR:		ports/119405
Submitted by:	clsung
Approved by:	maintainer <snowfly_AT_yuntech dot edu dot tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.4
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.13
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.3
log
@- Update to 0.13

PR:		111867
Submitted by:	miwi
Approved by:	maintainer
@
text
@d26 1
a26 11
.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>
@


1.2
log
@Canonicalize descriptions.
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.1
log
@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>
@
text
@d16 1
a16 1
COMMENT=	This's a Perl interface for querying google pagerank
@

