head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.35;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.06.09.30.54;	author leeym;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.05.09.17.43.26;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-StripScripts-Parser
# Date Created:				May 08, 2008
# Whom:					kftseng@@iyard.org
#
# $FreeBSD: head/www/p5-HTML-StripScripts-Parser/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-StripScripts-Parser
PORTVERSION=	1.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	XSS filter using HTML::Parser

RUN_DEPENDS=	p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTML-StripScripts>=1.05:${PORTSDIR}/www/p5-HTML-StripScripts
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		HTML::StripScripts::Parser.3

.include <bsd.port.mk>
@


1.4
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- update to 1.03
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- reset maintainership
@
text
@d9 1
a9 1
PORTVERSION=	1.02
d17 3
a19 2
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/HTML/StripScripts.pm:${PORTSDIR}/www/p5-HTML-StripScripts
@


1.1
log
@- add HTML-StripScripts-Parser 1.02

This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.

See HTML::Parser for details of how to customise how the raw HTML
is parsed into tags, and HTML::StripScripts for details of how to
customise the way those tags are filtered.

WWW: http://search.cpan.org/dist/HTML-StripScripts-Parser/

Submitted by:	kftseng@@iyard.org
@
text
@d14 1
a14 1
MAINTAINER=	kftseng@@iyard.org
@

