freebsd-ports/devel/p5-Devel-Mallinfo/Makefile
Sunpoet Po-Chuan Hsieh 131d7c113c - Add p5-Devel-Mallinfo 11
Devel::Mallinfo is an interface to the C library mallinfo() function
giving malloc memory allocation statistics.  This is meant for
development use, to give an idea of how much space your program and
any libraries are using from malloc().

WWW: http://search.cpan.org/dist/Devel-Leak/

PR:		ports/160166
Submitted by:	Rodrigo Mosconi <freebsd@mosconi.mat.br>
2011-09-03 05:42:42 +00:00

21 lines
440 B
Makefile

# New ports collection makefile for: Devel-Mallinfo
# Date created: 2011/08/25
# Whom: Mosconi <mosconi.rmg@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Devel-Mallinfo
PORTVERSION= 11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mosconi.rmg@gmail.com.br
COMMENT= Perl module of mallinfo() memory statistics and more
PERL_CONFIGURE= yes
MAN3= Devel::Mallinfo.3
.include <bsd.port.mk>