mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
415 B
Makefile
24 lines
415 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: linkchecker
|
|
# Date created: Oct 17, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linkchecker
|
|
PORTVERSION= 1.12.3
|
|
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>
|