SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
www/p5-PodToHTML/Makefile
Normal file
17
www/p5-PodToHTML/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= generate HTML from files containing POD documentation
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= PodToHTML-0.08
|
||||
REVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= textproc/p5-Pod-Parser \
|
||||
www/p5-HTML-Format>=1.23 \
|
||||
www/p5-URI>=1.37
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-PodToHTML/distinfo
Normal file
2
www/p5-PodToHTML/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PodToHTML-0.08.tar.gz) = r5GG7rbi9jL1GwJsoFMs2YAZlx9ZTHtilezGiEtgJCM=
|
||||
SIZE (PodToHTML-0.08.tar.gz) = 9949
|
4
www/p5-PodToHTML/pkg/DESCR
Normal file
4
www/p5-PodToHTML/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module generates HTML from one or (more typically) several files
|
||||
containing POD documentation.
|
||||
It uses Pod::Parser to parse the PODs and HTML::Element to represent the
|
||||
HTML as it is generated.
|
7
www/p5-PodToHTML/pkg/PLIST
Normal file
7
www/p5-PodToHTML/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
bin/podtohtml
|
||||
${P5SITE}/Pod/
|
||||
${P5SITE}/Pod/HTML_Elements.pm
|
||||
${P5SITE}/Pod/Links.pm
|
||||
@man man/man1/podtohtml.1
|
||||
@man man/man3p/Pod::HTML_Elements.3p
|
||||
@man man/man3p/Pod::Links.3p
|
Loading…
Add table
Add a link
Reference in a new issue