b4daa73739
-- This perl module is used to interact with "mon" clients. It supports a protocol-independent API for retrieving the status of the Mon server, and performing certain operations, such as disableing hosts and service checks. brad@ ok
24 lines
506 B
Makefile
24 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/24 13:55:23 margarida Exp $
|
|
|
|
COMMENT= "module for interfacing with Mon"
|
|
|
|
DISTNAME= Mon-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
|
|
HOMEPAGE= http://www.kernel.org/software/mon/
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mon/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|