SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

17
www/p5-PodToHTML/Makefile Normal file
View 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>

View file

@ -0,0 +1,2 @@
SHA256 (PodToHTML-0.08.tar.gz) = r5GG7rbi9jL1GwJsoFMs2YAZlx9ZTHtilezGiEtgJCM=
SIZE (PodToHTML-0.08.tar.gz) = 9949

View 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.

View 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