21 lines
440 B
Makefile
21 lines
440 B
Makefile
# New ports collection makefile for: devel/p5-Devel-LeakTrace-Fast
|
|
# Date created: 15 October 2008
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-LeakTrace-Fast
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Indicate where leaked variables are coming from
|
|
|
|
PERL_CONFIGURE= 5.12.0-
|
|
|
|
MAN3= Devel::LeakTrace::Fast.3
|
|
|
|
.include <bsd.port.mk>
|