diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 08:48:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-30 08:48:16 +0000 |
commit | 95ee2714b0df4e62edbfc3c99fa13f00f474d0f8 (patch) | |
tree | b333cb1188f93c62dbd91d715ae3620da30a208a /textproc/p5-Text-WikiCreole/Makefile | |
parent | d63de80a7ed2febad17f9069b80b9807c0d957cf (diff) |
Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org. It reads Creole 1.0
markup and returns XHTML.
In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.
WWW: http://search.cpan.org/dist/Text-WikiCreole/
PR: ports/127705
Submitted by: Matthew Fuller <fullermd at over-yonder.net>
Notes
Notes:
svn path=/head/; revision=221021
Diffstat (limited to 'textproc/p5-Text-WikiCreole/Makefile')
-rw-r--r-- | textproc/p5-Text-WikiCreole/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-Text-WikiCreole/Makefile b/textproc/p5-Text-WikiCreole/Makefile new file mode 100644 index 000000000000..ecff52c92f53 --- /dev/null +++ b/textproc/p5-Text-WikiCreole/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Wiki::Creole +# Date created: 28 Sep 2008 +# Whom: Matthew Fuller <fullermd@over-yonder.net> +# +# $FreeBSD$ +# + +PORTNAME= Text-WikiCreole +PORTVERSION= 0.05 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= fullermd@over-yonder.net +COMMENT= Implementation of the Wiki Creole markup language + +PERL_CONFIGURE= yes + +MAN3= Text::WikiCreole.3 + +.include <bsd.port.mk> |