freebsd-ports/sysutils/p5-Sys-Load/Makefile
Andrej Zverev 995f5a5f62 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:13:27 +00:00

23 lines
487 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
USES= perl5
USE_PERL5= configure
MAN3= Sys::Load.3
.include <bsd.port.mk>