mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
a91c6d5cd3
(left 1 pecl thingy because the module needs love as well)
18 lines
314 B
Makefile
18 lines
314 B
Makefile
COMMENT= generate HTML from files containing POD documentation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= PodToHTML-0.08
|
|
REVISION= 3
|
|
CATEGORIES= www
|
|
SITES= ${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>
|