head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.17.15.13.51;	author culot;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.19.17.50.24;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.18.08.58.01;	author culot;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTTP-Cookies
# Date created:				2011-04-18
# Whom:					Frederic Culot <culot@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTTP-Cookies/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTP-Cookies
PORTVERSION=	6.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	HTTP Cookie jars

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \
		p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message
BUILD_DEPENDS:=	${RUN_DEPENDS}

CONFLICTS=	p5-libwww-5*

PERL_CONFIGURE=	yes

MAN3=		HTTP::Cookies.3 \
		HTTP::Cookies::Microsoft.3 \
		HTTP::Cookies::Netscape.3

.include <bsd.port.mk>
@


1.3
log
@- Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Cookies/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Add CONFLICTS with www/p5-libwww-5*
@
text
@d9 1
a9 1
PORTVERSION=	6.00
d17 3
@


1.1
log
@The HTTP::Cookies class is for objects that represent a "cookie jar" --
that is, a database of all the HTTP cookies that a given LWP::UserAgent
object knows about.

WWW: http://search.cpan.org/dist/HTTP-Cookies/

This new port is needed to update www/p5-libwww.
@
text
@d21 2
@

