diff options
Diffstat (limited to 'devel/p5-Test-Refcount')
-rw-r--r-- | devel/p5-Test-Refcount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-Refcount/Makefile b/devel/p5-Test-Refcount/Makefile index 387da031965e..7667c22a43df 100644 --- a/devel/p5-Test-Refcount/Makefile +++ b/devel/p5-Test-Refcount/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Assert reference counts on objects -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Test::Refcount.3 |