aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-FromText/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-11-13 01:07:08 +0800
committernaddy <naddy@FreeBSD.org>2002-11-13 01:07:08 +0800
commit5859e613dd523a23584c3408f1e1a1cd49ec1975 (patch)
tree5036b52579f22261aec382badd266a6af4449e84 /www/p5-HTML-FromText/Makefile
parent42cb4d60fff88866f40a2d2f6540e084af170cce (diff)
downloadfreebsd-ports-gnome-5859e613dd523a23584c3408f1e1a1cd49ec1975.tar.gz
freebsd-ports-gnome-5859e613dd523a23584c3408f1e1a1cd49ec1975.tar.zst
freebsd-ports-gnome-5859e613dd523a23584c3408f1e1a1cd49ec1975.zip
Import HTML-FromText 1.005 Perl module.
The text2html function marks up plain text as HTML. By default it converts HTML metacharacters into the corresponding entities. More sophisticated transformations, such as splitting the text into paragraphs or marking up bulleted lists, can be carried out by setting the appropriate options. PR: 44903 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'www/p5-HTML-FromText/Makefile')
-rw-r--r--www/p5-HTML-FromText/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile
new file mode 100644
index 000000000000..f84931dcf6bd
--- /dev/null
+++ b/www/p5-HTML-FromText/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: HTML::FromText
+# Date created: 04 November 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-FromText
+PORTVERSION= 1.005
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= HTML::FromText.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>