openbsd-ports/textproc/p5-PPI-HTML/Makefile
2022-03-11 20:02:12 +00:00

19 lines
287 B
Makefile

COMMENT= parse, analyze and manipulate Perl
MODULES= cpan
PKG_ARCH= *
DISTNAME= PPI-HTML-1.08
REVISION= 2
CATEGORIES= textproc www
CPAN_AUTHOR= ADAMK
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/p5-PPI \
www/p5-CSS-Tiny
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>