mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
770 B
Makefile
33 lines
770 B
Makefile
# New ports collection makefile for: checkbot
|
|
# Date created: 2. Feb 1998
|
|
# Whom: wosch@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= checkbot
|
|
PORTVERSION= 1.57
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \
|
|
http://www.de.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
|
BUILD_DEPENDS= \
|
|
${site_perl}/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 \
|
|
${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
MAN1= checkbot.1
|
|
USE_PERL5= YES
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|