summaryrefslogtreecommitdiff
path: root/www/linkchecker/Makefile
blob: e2d384318aedf3679e086b801f5697d9fc5b714b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex:ts=8
# Ports collection makefile for:	linkchecker
# Date created:			Oct 17, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	linkchecker
PORTVERSION=	1.9.3
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Check HTML documents for broken links

USE_PYTHON=	2.3
USE_PYDISTUTILS=	yes

MAN1=	linkchecker.1

.include <bsd.port.mk>