64db6fe0d8
load distribution and status across multiple host machines.
41 lines
1.4 KiB
Makefile
41 lines
1.4 KiB
Makefile
# New ports collection makefile for: Schedule-Load
|
|
# Date created: 13 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Schedule-Load
|
|
PORTVERSION= 3.002
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Schedule
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Load distribution and status across multiple host machines
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
|
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
|
${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable \
|
|
${SITE_PERL}/${PERL_ARCH}/Unix/Processors.pm:${PORTSDIR}/sysutils/p5-Unix-Processors \
|
|
${SITE_PERL}/IPC/PidStat.pm:${PORTSDIR}/devel/p5-IPC-Locker
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= rschedule.1 slpolice.1 slchoosed.1 slreportd.1
|
|
MAN3= Schedule::Load.3 Schedule::Load::Chooser.3 \
|
|
Schedule::Load::FakeReporter.3 Schedule::Load::Hold.3 \
|
|
Schedule::Load::Hosts.3 Schedule::Load::Hosts::Host.3 \
|
|
Schedule::Load::Hosts::Proc.3 Schedule::Load::Reporter.3 \
|
|
Schedule::Load::ResourceReq.3 Schedule::Load::Schedule.3
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
|
@${MKDIR} ${EXAMPLESDIR}/init.d
|
|
${INSTALL_SCRIPT} ${WRKSRC}/init.d/* ${EXAMPLESDIR}/init.d
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|