2015-06-12 12:50:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:34 wiz Exp $
|
Initial import of p5-Text-WikiCreole.
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.
2008-07-31 06:06:51 +02:00
|
|
|
#
|
|
|
|
|
2009-05-21 15:42:30 +02:00
|
|
|
DISTNAME= Text-WikiCreole-0.07
|
Initial import of p5-Text-WikiCreole.
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.
2008-07-31 06:06:51 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2015-06-12 12:50:58 +02:00
|
|
|
PKGREVISION= 6
|
Initial import of p5-Text-WikiCreole.
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.
2008-07-31 06:06:51 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-WikiCreole/
|
|
|
|
COMMENT= Translate Wiki Creole markup into XHTML
|
2009-07-07 18:22:46 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
Initial import of p5-Text-WikiCreole.
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.
2008-07-31 06:06:51 +02:00
|
|
|
PERL5_PACKLIST= auto/Text/WikiCreole/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|