mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
367 B
Makefile
18 lines
367 B
Makefile
# Created by: Nicholas Esborn <nick@netdot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mon
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= net-mgmt sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Mon-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A perl module that supports mon, a network and system monitoring daemon
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|