f03648e2d8
WWW: http://search.cpan.org/dist/Sys-Load/ PR: ports/154139 Submitted by: Konstantin Menshikov <kostjnspb at yandex.ru> Approved by: pgollucci (mentor) Feature safe: yes
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# New ports collection makefile for: p5-Sys-Load
|
|
# Date created: 19 January 2010
|
|
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sys-Load
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN \
|
|
http://kostjn.spb.ru/freebsd/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kostjnspb@yandex.ru
|
|
COMMENT= Getting the current system load and uptime
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Sys::Load.3
|
|
|
|
.include <bsd.port.mk>
|