aboutsummaryrefslogtreecommitdiffstats
path: root/www/checkbot/Makefile
blob: a92f6e49e75c42dd71a147f24325d8c64b308147 (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:    checkbot
# Date created:             2. Feb 1998
# Whom:                     wosch@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   checkbot
PORTVERSION=    1.72
CATEGORIES= www perl5
MASTER_SITES=   http://degraaff.org/checkbot/ \
        http://www.de.freebsd.org/~wosch/src/

MAINTAINER= wosch@FreeBSD.org
COMMENT=    A WWW link verifier, similar like momspider

RUN_DEPENDS=    \
        ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
        ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
        ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
        ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
        ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
        ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5

MAN1PREFIX= ${PREFIX}/share
MAN1=       checkbot.1
USE_PERL5=  YES
PERL_CONFIGURE= yes

.include <bsd.port.mk>