head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2012.07.22.14.52.10;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.10.18.42.46;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2010.10.30.13.41.46;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2010.10.10.00.50.13;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.04.14.17.28;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.29.23.57.06;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.17.01.27.57;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.30.23.08.30;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	WWW::Mechanize::Cached
# Date created:		31 Aug 2009
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-WWW-Mechanize-Cached/Makefile 301960 2012-08-03 15:54:35Z cs $
#

PORTNAME=	WWW-Mechanize-Cached
PORTVERSION=	1.41
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to cache response to be polite

RUN_DEPENDS=	\
	p5-Cache-Cache>=1.02:${PORTSDIR}/devel/p5-Cache-Cache \
	p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
	p5-Devel-SimpleTrace>0:${PORTSDIR}/devel/p5-Devel-SimpleTrace \
	p5-Find-Lib>0:${PORTSDIR}/devel/p5-Find-Lib \
	p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
	p5-WWW-Mechanize>0:${PORTSDIR}/www/p5-WWW-Mechanize \
	p5-Storable>=2.21:${PORTSDIR}/devel/p5-Storable
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn

PERL_CONFIGURE=	yes

MAN3=	WWW::Mechanize::Cached.3

.include <bsd.port.mk>
@


1.9
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@SVN rev 301338 on 2012-07-22 14:52:10Z by kuriyama

- Upgrade to 1.41.
@
text
@d15 1
a15 1
COMMENT=	Perl extension to cache esponse to be polite
@


1.7
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	1.40
d27 1
@


1.6
log
@- Upgrade to 1.40.
@
text
@d26 1
a26 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.5
log
@- Upgrade to 1.39.
@
text
@d9 1
a9 1
PORTVERSION=	1.39
@


1.4
log
@- Upgrade to 1.37.
@
text
@d9 1
a9 1
PORTVERSION=	1.37
d24 2
a25 1
	p5-WWW-Mechanize>0:${PORTSDIR}/www/p5-WWW-Mechanize
@


1.3
log
@- Upgrade to 1.35.
@
text
@d9 1
a9 1
PORTVERSION=	1.35
d19 6
a24 2
	p5-libwww>=5.827:${PORTSDIR}/www/p5-libwww \
	p5-WWW-Mechanize>=1.00:${PORTSDIR}/www/p5-WWW-Mechanize
@


1.2
log
@- Test::Warn is used only test stage, so remove it from ports
  dependency.

Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	1.33
PORTREVISION=	1
d19 1
@


1.1
log
@Uses the Cache::Cache hierarchy to implement a caching Mech.  This lets
one perform repeated requests without hammering a server impolitely.

WWW: http://search.cpan.org/dist/WWW-Mechanize-Cached/
@
text
@d10 1
a19 1
	p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn \
@

