freebsd-ports/www/p5-HTML-StripScripts-Parser/Makefile

24 lines
503 B
Makefile
Raw Normal View History

# Created by: kftseng@iyard.org
# $FreeBSD$
PORTNAME= HTML-StripScripts-Parser
2009-11-06 10:30:54 +01:00
PORTVERSION= 1.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2009-02-10 09:33:14 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= XSS filter using HTML::Parser
2009-11-06 10:30:54 +01:00
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}
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
MAN3= HTML::StripScripts::Parser.3
NO_STAGE= yes
.include <bsd.port.mk>