head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.05.07.44.02;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.21.17.38.12;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.12.21.34.18;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.29.05.27.08;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.02;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.01.11.31;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.04.23.56.31;	author aaron;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.18.13.42.30;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.10.06.16.32;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.06.12.34.02;	author mat;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTML-TokeParser-Simple
# Date created:			18 April 2004
# Whom:				Lars Eggert <lars.eggert@@gmx.net>
#
# $FreeBSD: head/www/p5-HTML-TokeParser-Simple/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-TokeParser-Simple
PORTVERSION=	3.15
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Subclass of HTML::TokeParser with easy-to-remember method calls

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

PERL_CONFIGURE=	yes

MAN3=		HTML::TokeParser::Simple.3 HTML::TokeParser::Simple::Token.3 \
		HTML::TokeParser::Simple::Token::Comment.3 \
		HTML::TokeParser::Simple::Token::Declaration.3 \
		HTML::TokeParser::Simple::Token::ProcessInstruction.3 \
		HTML::TokeParser::Simple::Token::Tag.3 \
		HTML::TokeParser::Simple::Token::Tag::End.3 \
		HTML::TokeParser::Simple::Token::Tag::Start.3 \
		HTML::TokeParser::Simple::Token::Text.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/Sub/Override.pm:${PORTSDIR}/devel/p5-Sub-Override
@


1.8
log
@- Pass to perl@@
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.5
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.4
log
@- Update from v3.14 to v3.15
- Restrict to Perl 5.6+ due to dependency upon www/p5-HTML-Parser
- Take maintainership

3.15  2005-11-29
      Fixed bug where rewrite_tag would unescape entities.  Thanks to "Paul
      Bijnens" <paul.bijnens@@xplanation.com> for the bug report and fix.

PR:		ports/98336
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
@
text
@d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600 #inherted from www/p5-HTML-Parser
IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
.endif

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


1.3
log
@Update to 3.14

PR:		87608
Submitted by:	Lars Eggert <lars.eggert@@gmx.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.14
d15 1
a15 1
MAINTAINER=	lars.eggert@@gmx.net
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
d33 7
a39 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 3.13

PR:		75805
Submitted by:	Lars Eggert <lars.eggert at gmx.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.13
@


1.1
log
@Add p5-HTML-TokeParser-Simple 2.2, subclass of HTML::TokeParser with
easy-to-remember method calls.

PR:		ports/65709
Submitted by:	Lars Eggert <lars.eggert@@gmx.net>
@
text
@d9 1
a9 1
PORTVERSION=	2.2
d18 2
a19 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
d24 8
a31 1
MAN3=		HTML::TokeParser::Simple.3
@

