15 lines
234 B
Makefile
15 lines
234 B
Makefile
|
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>
|