1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/checkbot/Makefile
Wolfram Schneider c8bf7f57c5 Update to version 1.54
PR: ports/10275
Submitted by: mharo@area51.fremont.ca.us
1999-04-17 18:13:45 +00:00

30 lines
768 B
Makefile

# New ports collection makefile for: checkbot
# Version required: 1.51
# Date created: 2. Feb 1998
# Whom: wosch@FreeBSD.org
#
# $Id: Makefile,v 1.8 1999/03/07 18:58:30 wosch Exp $
#
DISTNAME= checkbot-1.54
CATEGORIES= www perl5
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \
http://www.freebsd.org/~wosch/src/
MAINTAINER= wosch@FreeBSD.ORG
site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER}
BUILD_DEPENDS= \
${site_perl}/${ARCH}-freebsd/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww
MAN1= checkbot.1
USE_PERL5= YES
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
PREFIX=${PREFIX}
.include <bsd.port.mk>