mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
690 B
Makefile
28 lines
690 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.3 1998/03/04 16:44:58 wosch Exp $
|
|
#
|
|
|
|
DISTNAME= checkbot-1.51
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/
|
|
|
|
MAINTAINER= wosch@FreeBSD.ORG
|
|
|
|
site_perl=${PREFIX}/lib/perl5/site_perl
|
|
BUILD_DEPENDS= \
|
|
${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
|
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools
|
|
|
|
MAN1= checkbot.1
|
|
USE_PERL5= YES
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|