17 lines
294 B
Makefile
17 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:56 sthen Exp $
|
|
|
|
COMMENT = check the validity of links in an HTML or XHTML document
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = CSS-DOM-0.17
|
|
CATEGORIES = www
|
|
REVISION = 0
|
|
|
|
TEST_DEPENDS = devel/p5-Clone
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|