aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-LeakTrace/Makefile
blob: 003f437fc93f0a7cb8cbbbc1705b11053519b414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Devel-LeakTrace
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Indicate where leaked variables are coming from

USES=		perl5
USE_PERL5=	modbuild
USE_GNOME=	glib12

MAN3=		Devel::LeakTrace.3

.include <bsd.port.mk>