summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Tree/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-19 12:47:13 +0000
committerrillig <rillig>2005-11-19 12:47:13 +0000
commitb4dd6fc627e0664c80d0e49eabc17d81c79b3c46 (patch)
tree5fb639f83b1fa8cecc05cd93e8137724000d4b52 /textproc/p5-Pod-Tree/Makefile
parent7e81dc26bce893877309a79cebf685bbca49096c (diff)
downloadpkgsrc-b4dd6fc627e0664c80d0e49eabc17d81c79b3c46.tar.gz
Imported p5-Pod-Tree from pkgsrc-wip.
Pod::Tree parses a POD ("plain old documentation") text into a static syntax tree. Applications walk the tree to recover the structure and content of the POD.
Diffstat (limited to 'textproc/p5-Pod-Tree/Makefile')
-rw-r--r--textproc/p5-Pod-Tree/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile
new file mode 100644
index 00000000000..17dc5067842
--- /dev/null
+++ b/textproc/p5-Pod-Tree/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/19 12:47:13 rillig Exp $
+
+DISTNAME= Pod-Tree-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Pod-Tree/
+COMMENT= Create a static syntax tree for a POD
+
+BUILD_DEPENDS+= p5-HTML-Stream>=1.49:../../www/p5-HTML-Stream
+DEPENDS+= p5-Pod-Escapes>=1.02:../../textproc/p5-Pod-Escapes
+
+PERL5_PACKLIST= auto/Pod/Tree/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"