2000-10-31 19:37:15 +01:00
|
|
|
# New ports collection makefile for: p5-Mon
|
|
|
|
# Date created: October 30th, 2000
|
|
|
|
# Whom: Nicholas Esborn <nick@netdot.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mon
|
2001-05-20 04:18:04 +02:00
|
|
|
PORTVERSION= 0.11
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt sysutils perl5
|
2000-10-31 19:37:15 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Mon
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Mon-${PORTVERSION}
|
|
|
|
|
2007-03-22 07:07:34 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A perl module that supports mon, a network and system monitoring daemon
|
2000-10-31 19:37:15 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-10-31 19:37:15 +01:00
|
|
|
|
|
|
|
MAN3= Mon::SNMP.3 \
|
|
|
|
Mon::Client.3 \
|
|
|
|
Mon::Protocol.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|