head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	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.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


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

1.8
date	2011.04.13.13.48.12;	author bapt;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.13.18.07.48;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.16.06.27.54;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.31.18.32.51;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.29.58;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.28.02.10.57;	author foxfair;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.10.31.09.44.34;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-HTML-Scrubber
# Date created:				31 Oct 2003
# Whom:					Foxfair Hu <foxfair@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTML-Scrubber/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Scrubber
PORTVERSION=	0.09
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension for scrubbing/sanitizing html

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

MAKE_JOBS_SAFE=  yes

PERL_CONFIGURE=	yes

MAN3=		HTML::Scrubber.3

.include <bsd.port.mk>
@


1.8
log
@- update to 0.09
- changes: http://cpansearch.perl.org/src/NIGELM/HTML-Scrubber-0.09/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Turn over a bunch of p5- ports that change infrequently to perl@@
  so more people can look at them.
@
text
@d9 1
a9 1
PORTVERSION=	0.08
d17 3
a19 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
@


1.6
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d14 1
a14 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.5
log
@- Take Maintainer of the remaining unmaintained www/rt* dependencies

Approved by:    araujo (mentor)
@
text
@d20 2
@


1.4
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=	ports@@FreeBSD.org
@


1.3
log
@Upgrade to 0.08
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.2
log
@Update to 0.06

PR:		59839
Submitted by:	Lars Thegler <lars@@thegler.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.1
log
@Add p5-HTML-Scrubber, Perl extension for scrubbing/sanitizing html
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d18 2
a19 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
@

