ports/www/p5-HTML-Parser/Makefile

19 lines
273 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = modules to parse and extract information from HTML
DISTNAME = HTML-Parser-3.81
CATEGORIES = www
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
RUN_DEPENDS = www/p5-HTML-Tagset \
www/p5-HTTP-Message \
www/p5-URI
.include <bsd.port.mk>