4c5134a13c
* Mark sysutils/mcollective as DEPRECATED and set EXPIRATION_DATE to 2023-06-30. It is BROKEN with all supported Ruby versions after the removal of lang/ruby27. * Also mark dependencies as DEPRECATED and set EXPIRATION_DATE. * While here, mark sysutils/mcollective as BROKEN with Ruby 3.2 and 3.3. PR: 271443 Approved by: Maintainer timeout
20 lines
548 B
Makefile
20 lines
548 B
Makefile
PORTNAME= mcollective-nrpe-agent
|
|
PORTEPOCH= 1
|
|
|
|
COMMENT= MCollective agent to interact with the NRPE monitoring system
|
|
|
|
# See MASTERDIR for MAINTAINER.
|
|
|
|
DEPRECATED= Depends on broken sysutils/mcollective
|
|
EXPIRATION_DATE= 2023-06-30
|
|
|
|
RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common
|
|
|
|
MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common
|
|
|
|
PLIST_FILES= share/mcollective/agent/nrpe.rb
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
|
|
|
|
.include "${MASTERDIR}/Makefile"
|