2006-02-14 09:28:35 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-HTML-EscapeEvil
|
|
|
|
# Date created: 13 February 2006
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-EscapeEvil
|
2006-05-14 19:24:21 +02:00
|
|
|
PORTVERSION= 0.05
|
2006-02-14 09:28:35 +01:00
|
|
|
CATEGORIES= textproc perl5 www
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-14 09:28:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-14 19:24:21 +02:00
|
|
|
COMMENT= Escape evil HTML tags
|
2006-02-14 09:28:35 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
|
|
|
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-02-14 09:28:35 +01:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-02-14 09:28:35 +01:00
|
|
|
|
|
|
|
MAN3= HTML::EscapeEvil.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|