summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Scrubber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-Scrubber/Makefile')
-rw-r--r--www/p5-HTML-Scrubber/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile
new file mode 100644
index 000000000000..2f6e58bd31bd
--- /dev/null
+++ b/www/p5-HTML-Scrubber/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-HTML-Scrubber
+# Date created: 31 Oct 2003
+# Whom: Foxfair Hu <foxfair@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Scrubber
+PORTVERSION= 0.04
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Perl extension for scrubbing/sanitizing html
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+PERL_CONFIGURE= yes
+
+MAN3= HTML::Scrubber.3
+
+.include <bsd.port.mk>