212ad5dc54
structures and can be used to enumerate all the currently live SVs. This can be used to hunt leaks and to profile memory usage. WWW: http://search.cpan.org/dist/Devel-Gladiator/
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# New ports collection makefile for: Devel-Gladiator
|
|
# Date created: 23 Oct 2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-Gladiator
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Perl 5 module to walk Perls arena
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::Gladiator.3
|
|
|
|
.include <bsd.port.mk>
|