1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/checkbot/Makefile
Philippe Audeoud 5f4a456e71 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 14:27:52 +00:00

35 lines
1.1 KiB
Makefile

# New ports collection makefile for: checkbot
# Date created: 2. Feb 1998
# Whom: wosch@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= checkbot
PORTVERSION= 1.80
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Checkbot%20${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A WWW link verifier, similar to momspider
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
MAN1= checkbot.1
PERL_CONFIGURE= yes
PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot
.include <bsd.port.mk>