diff options
author | skv <skv@FreeBSD.org> | 2005-08-31 22:50:37 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-08-31 22:50:37 +0800 |
commit | 9245c9892f06767a0d50860201161365a19d7c59 (patch) | |
tree | d0dcf4d6233b37f35355a0c7ebf74934545d37d7 /textproc/p5-Pod-ProjectDocs/pkg-descr | |
parent | fb98b2bfbe3cec42b628d606292559628b4d8ee3 (diff) | |
download | freebsd-ports-gnome-9245c9892f06767a0d50860201161365a19d7c59.tar.gz freebsd-ports-gnome-9245c9892f06767a0d50860201161365a19d7c59.tar.zst freebsd-ports-gnome-9245c9892f06767a0d50860201161365a19d7c59.zip |
Add p5-Pod-ProjectDocs 0.13, generates CPAN like pod pages.
Diffstat (limited to 'textproc/p5-Pod-ProjectDocs/pkg-descr')
-rw-r--r-- | textproc/p5-Pod-ProjectDocs/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-Pod-ProjectDocs/pkg-descr b/textproc/p5-Pod-ProjectDocs/pkg-descr new file mode 100644 index 000000000000..09e2894820a8 --- /dev/null +++ b/textproc/p5-Pod-ProjectDocs/pkg-descr @@ -0,0 +1,8 @@ +This module allows you to generates CPAN like pod pages from your +modules (not only perl but also javascript including pod) for your +projects. Set your library modules' root directory with libroot option. +And you have to set output directory's path with outroot option. And +this module searches your pm and pod files from your libroot, and +generates html files, and an index page lists up all your modules there. + +WWW: http://search.cpan.org/dist/Pod-ProjectDocs/ |