mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
86f7d6f84c
this revision are very minor feature updates and bugfixing; see ChangeLog. PR: ports/62790 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Maintainer timeout: 2 weeks
32 lines
1.0 KiB
Makefile
32 lines
1.0 KiB
Makefile
# New ports collection makefile for: checkbot
|
|
# Date created: 2. Feb 1998
|
|
# Whom: wosch@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= checkbot
|
|
PORTVERSION= 1.74
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://degraaff.org/checkbot/ \
|
|
http://wolfram.schneider.org/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
|
|
|
|
MAN1= checkbot.1
|
|
PERL_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/checkbot ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
|
|
PLIST_DIRS= ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot
|
|
|
|
.include <bsd.port.mk>
|