freebsd-ports/sysutils/p5-Sys-Load/Makefile
Steve Wills f03648e2d8 Sys::Load - Perl module for getting the current system load and uptime
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
2011-01-29 20:00:32 +00:00

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>