ports/www/p5-W3C-LinkChecker/Makefile

17 lines
379 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = check the validity of links in an HTML or XHTML document
MODULES = cpan
PKG_ARCH = *
DISTNAME = W3C-LinkChecker-5.0.0
CATEGORIES = www
RUN_DEPENDS = www/p5-CSS-DOM \
www/p5-LWP-Protocol-https \
www/p5-libwww
TEST_DEPENDS = ${RUN_DEPENDS}
# W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>