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


1.3
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.19.10.54.43;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.07.14.08.49.43;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-Protocol-http10
# Date created:		2011-07-11
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-LWP-Protocol-http10/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWP-Protocol-http10
PORTVERSION=	6.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Legacy HTTP/1.0 support for LWP

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

PERL_CONFIGURE=	yes

MAN3=		LWP::Protocol::http10.3

.include <bsd.port.mk>
@


1.2
log
@- Update to 6.03
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/LWP-Protocol-http10/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- Add p5-LWP-Protocol-http10 6.02

The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol
with LWP. To use it you need to call LWP::Protocol::implementor() to override
the standard handler for http URLs.

This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 as part of the general cleanup for the 6-series. LWP::Protocol::http10 is
deprecated.

WWW: http://search.cpan.org/dist/LWP-Protocol-http10/
@
text
@d9 1
a9 1
PORTVERSION=	6.02
d17 2
@

