Files
ports/www/p5-PodToHTML/Makefile
T
espie a91c6d5cd3 MASTER_SITES -> SITES
(left 1 pecl thingy because the module needs love as well)
2023-09-27 19:13:00 +00:00

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>