summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Strip
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-Strip')
-rw-r--r--www/p5-HTML-Strip/Makefile22
-rw-r--r--www/p5-HTML-Strip/distinfo1
-rw-r--r--www/p5-HTML-Strip/pkg-descr9
-rw-r--r--www/p5-HTML-Strip/pkg-plist7
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile
new file mode 100644
index 000000000000..6901fe0d68ae
--- /dev/null
+++ b/www/p5-HTML-Strip/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-HTML-Strip
+# Date Created: 13 Oct 2003
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Strip
+PORTVERSION= 1.01
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Perl5 module for strip HTML tag
+
+PERL_CONFIGURE= yes
+
+MAN3= HTML::Strip.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo
new file mode 100644
index 000000000000..1be0b983435f
--- /dev/null
+++ b/www/p5-HTML-Strip/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-Strip-1.01.tar.gz) = 39b2379d0ef7b9a080aa91632caef20d
diff --git a/www/p5-HTML-Strip/pkg-descr b/www/p5-HTML-Strip/pkg-descr
new file mode 100644
index 000000000000..e0a93e37a805
--- /dev/null
+++ b/www/p5-HTML-Strip/pkg-descr
@@ -0,0 +1,9 @@
+HTML::Strip
+===========
+This module strips HTML-like markup from text.
+It is written in XS, and thus about five times quicker than using
+regular expressions for the same task.
+
+WWW: http://search.cpan.org/dist/HTML-Strip/
+
+- Vanilla
diff --git a/www/p5-HTML-Strip/pkg-plist b/www/p5-HTML-Strip/pkg-plist
new file mode 100644
index 000000000000..f5e664a5166e
--- /dev/null
+++ b/www/p5-HTML-Strip/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Strip.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/HTML 2>/dev/null || true