freebsd-ports/devel/p5-Sys-MemInfo/Makefile

24 lines
449 B
Makefile
Raw Normal View History

# 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>