head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.10.21.31.57;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.17.06.49.22;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2010.09.25.10.51.19;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.01.20.58.37;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.30.08.40.41;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.10.18.26.49;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.12.12.02.21.58;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.26.11.10.33;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.05.06.21.31;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	HTML::Encoding
# Date created:			Jun 5, 2006
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-HTML-Encoding/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Encoding
PORTVERSION=	0.61
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Determine the encoding of HTML/XML/XHTML documents

BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	HTML::Encoding.3

.include <bsd.port.mk>
@


1.9
log
@- Add BUILD_DEPENDS to silence build warnings
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d18 1
a18 1
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
d20 1
@


1.7
log
@Update to 0.61.

Changes: http://search.cpan.org/dist/HTML-Encoding/Changes

PR:		ports/150925
Submitted by:	Frederic Culot <frederic@@culot.org>
@
text
@d21 1
a21 1
PERL_CONFIGURE=	5.8.0+
@


1.6
log
@- update to 0.60
@
text
@d10 1
a10 1
PORTVERSION=	0.60
@


1.5
log
@- update to 0.59
@
text
@d10 1
a10 1
PORTVERSION=	0.59
d21 1
a21 1
PERL_CONFIGURE=	yes
d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
.endif

.include <bsd.port.post.mk>
@


1.4
log
@Update to 0.57
@
text
@d10 1
a10 1
PORTVERSION=	0.57
d18 1
a18 2
BUILD_DEPENDS=	p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d25 7
a31 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 0.56
@
text
@d10 1
a10 1
PORTVERSION=	0.56
@


1.2
log
@Update to 0.53
@
text
@d10 1
a10 1
PORTVERSION=	0.53
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.1
log
@add p5-HTML-Encoding 0.52
Determine the encoding of HTML/XML/XHTML documents
@
text
@d10 1
a10 1
PORTVERSION=	0.52
@

