summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Strip/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-10-13 10:22:07 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-10-13 10:22:07 +0000
commit63833e888778c3dd1908a660933f6d83b76d4049 (patch)
tree572e80e064c982339da7b6b475f8bfe4440ff11d /www/p5-HTML-Strip/Makefile
parentAdd p5-Lingua-ZH-Keywords 0.04 (diff)
Add p5-HTML-Strip, it's module for strip html tag.
Notes
Notes: svn path=/head/; revision=91014
Diffstat (limited to 'www/p5-HTML-Strip/Makefile')
-rw-r--r--www/p5-HTML-Strip/Makefile22
1 files changed, 22 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>