diff options
Diffstat (limited to 'devel/p5-Test-LeakTrace/Makefile')
-rw-r--r-- | devel/p5-Test-LeakTrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-LeakTrace/Makefile b/devel/p5-Test-LeakTrace/Makefile index 771687fb9fed..bba8af4ca311 100644 --- a/devel/p5-Test-LeakTrace/Makefile +++ b/devel/p5-Test-LeakTrace/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traces memory leaks -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Test::LeakTrace.3 \ Test::LeakTrace::JA.3 \ |