Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / p5-Sys-Load / Makefile
1 # Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Sys-Load
5 PORTVERSION=    0.2
6 PORTREVISION=   1
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   CPAN \
9                 http://kostjn.spb.ru/freebsd/
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     kostjnspb@yandex.ru
13 COMMENT=        Getting the current system load and uptime
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 .include <bsd.port.mk>