aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-StripScripts-Parser/Makefile
blob: 27b4a8f8650962b7d7ce036cfd5227b18ab4b149 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-HTML-StripScripts-Parser
# Date Created:             May 08, 2008
# Whom:                 kftseng@iyard.org
#
# $FreeBSD$
#

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

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

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
        ${SITE_PERL}/HTML/StripScripts.pm:${PORTSDIR}/www/p5-HTML-StripScripts

PERL_CONFIGURE= yes

MAN3=       HTML::StripScripts::Parser.3

.include <bsd.port.mk>