f422304cbd
Get information about memory and swap usage from perl PR: 125944 Submitted by: terry@sucked-in.com
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# New ports collection makefile for: Sys-MemInfo
|
|
# Date created: 25 July 2008
|
|
# Whom: Terry Sposato <terry@sucked-in.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sys-MemInfo
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= terry@sucked-in.com
|
|
COMMENT= Sys::MemInfo - Perl extension for getting Memory information
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sys::MemInfo.3
|
|
|
|
.include <bsd.port.mk>
|