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


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

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

1.4
date	2012.02.21.04.45.42;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.19.10.53.02;	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.18.07.24.45;	author culot;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	HTML-Form
PORTVERSION=	6.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Class that represents an HTML form element

BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTTP-Message>=6.03:${PORTSDIR}/www/p5-HTTP-Message \
		p5-URI>=1.10:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

CONFLICTS=	p5-libwww-5*

PERL_CONFIGURE=	yes

MAN3=		HTML::Form.3

.include <bsd.port.mk>
@


1.5
log
@- Update to 6.03

Changes:	http://search.cpan.org/dist/HTML-Form/Changes
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 6.02

Changes:	http://search.cpan.org/dist/HTML-Form/Changes
@
text
@d9 1
a9 1
PORTVERSION=	6.02
@


1.3
log
@- Update to 6.01

Changes:	http://search.cpan.org/dist/HTML-Form/Changes
@
text
@d9 1
a9 1
PORTVERSION=	6.01
d18 1
a18 1
		p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \
@


1.2
log
@- Add CONFLICTS with www/p5-libwww-5*
@
text
@d9 1
a9 1
PORTVERSION=	6.00
d17 1
a17 1
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
d20 1
a20 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
@


1.1
log
@Objects of the HTML::Form class represent a single HTML <form> ... </form>
instance. A form consists of a sequence of inputs that usually have names,
and which can take on various values.

WWW: http://search.cpan.org/dist/HTML-Form/

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

