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


1.6
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.21.07.01.46;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.31.09.37.56;	author miwi;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.03.17.14.55.12;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.12.23.39.01;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-UserAgent-WithCache
# Date created:		2007-10-12
# Whom:			TAKAHASHI Kaoru <kaoru@@kaisei.org>
#
# $FreeBSD: head/www/p5-LWP-UserAgent-WithCache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWP-UserAgent-WithCache
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kaoru@@kaisei.org
COMMENT=	LWP::UserAgent extension with local cache

BUILD_DEPENDS=	p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		LWP::UserAgent::WithCache.3

.include <bsd.port.mk>
@


1.5
log
@- Update to 0.12

Changes:	http://search.cpan.org/dist/LWP-UserAgent-WithCache/Changes
PR:		ports/161682
Submitted by:	sunpoet (myself)
Approved by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.11

PR:		133184
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.11
d17 4
a20 4
RUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww	\
		${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
BUILD_DEPENDS=	${RUN_DEPENDS}
d23 1
@


1.3
log
@- Update to 0.10

PR:		129501
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.2
log
@- use CPAN macro
- unify dependency
- fix pkg-plist
- bump PORTREVISION

PR:		121773
Submitted by:	leeym
Approved by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.06
PORTREVISION=	1
d18 2
a19 1
		${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache
@


1.1
log
@LWP::UserAgent::WithCache is a LWP::UserAgent extention.
It handle 'If-Modified-Since' request header with local cache file.
local cache files are implemented by Cache::FileCache.

WWW:	http://search.cpan.org/dist/LWP-UserAgent-WithCache/

PR:		ports/117146
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
@
text
@d10 1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	 LWP
a17 2
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww	\
		${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache
d20 1
@

