ports/www/p5-W3C-LinkChecker/Makefile

16 lines
379 B
Makefile

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>