2003-10-31 10:44:34 +01:00
|
|
|
# New ports collection makefile for: p5-HTML-Scrubber
|
|
|
|
# Date created: 31 Oct 2003
|
|
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Scrubber
|
2004-05-28 04:10:57 +02:00
|
|
|
PORTVERSION= 0.08
|
2003-10-31 10:44:34 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-31 10:44:34 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-31 10:44:34 +01:00
|
|
|
COMMENT= Perl extension for scrubbing/sanitizing html
|
|
|
|
|
2003-12-04 11:49:04 +01:00
|
|
|
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
|
2003-10-31 10:44:34 +01:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2003-10-31 10:44:34 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTML::Scrubber.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|