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

PORTNAME=	Devel-LeakTrace
PORTVERSION=	0.05
PORTREVISION=	3
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

.include <bsd.port.mk>