23 lines
415 B
Makefile
23 lines
415 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: linkchecker
|
|
# Date created: Oct 17, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linkchecker
|
|
PORTVERSION= 1.13.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= clement@FreeBSD.org
|
|
COMMENT= Check HTML documents for broken links
|
|
|
|
USE_PYTHON= 2.3
|
|
USE_PYDISTUTILS= yes
|
|
|
|
MAN1= linkchecker.1
|
|
|
|
.include <bsd.port.mk>
|