freebsd-ports/devel/p5-Devel-Gladiator/Makefile
Martin Wilke 212ad5dc54 The Perl 5 module Devel::Gladiator iterate's Perl's internal memory
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/
2008-10-24 09:32:17 +00:00

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>