18 lines
323 B
Makefile
18 lines
323 B
Makefile
# Created by: Gert Doering <gert@space.net>
|
|
|
|
PORTNAME= BSD-getloadavg
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gert@space.net
|
|
COMMENT= Perl Interface to getloadavg(3)
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|