summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Markdown/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-21 00:05:34 +0000
committerwiz <wiz>2007-09-21 00:05:34 +0000
commit4dcb42df72afe9cf991fa00b8929069c4b9e7f9e (patch)
tree61b2241fdd75a62d899e504e83b6e0f34c278423 /textproc/p5-Text-Markdown/Makefile
parente0030083193d592004b3e82d576171347ef41dc4 (diff)
downloadpkgsrc-4dcb42df72afe9cf991fa00b8929069c4b9e7f9e.tar.gz
Initial import of p5-Text-Markdown-1.0.3:
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well).
Diffstat (limited to 'textproc/p5-Text-Markdown/Makefile')
-rw-r--r--textproc/p5-Text-Markdown/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile
new file mode 100644
index 00000000000..4e1ef9583b5
--- /dev/null
+++ b/textproc/p5-Text-Markdown/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/21 00:05:34 wiz Exp $
+#
+
+DISTNAME= Text-Markdown-1.0.3
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SR/SRI/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-Markdown/
+COMMENT= Convert Markdown to HTML
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Text/Markdown/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"