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.51;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.19.10.53.42;	author sunpoet;	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.15.14.36.24;	author culot;	state Exp;
branches;
next	;


desc
@@


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

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

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Implementation of the HTTP content negotiation algorithm

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

CONFLICTS=	p5-libwww-5*

PERL_CONFIGURE=	yes

MAN3=		HTTP::Negotiate.3

.include <bsd.port.mk>
@


1.3
log
@- Update to 6.01

Changes:	http://search.cpan.org/dist/HTTP-Negotiate/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 1
a18 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
@


1.1
log
@HTTP::Negotiate provides a complete implementation of the HTTP content
negotiation algorithm.

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

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

