diff options
Diffstat (limited to 'devel/p5-Devel-Caller-IgnoreNamespaces/Makefile')
-rw-r--r-- | devel/p5-Devel-Caller-IgnoreNamespaces/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile b/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile index fdd0e84634db..f9cfcd9ea1d0 100644 --- a/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile +++ b/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Devel-Caller-IgnoreNamespaces -# Date created: 2012-09-08 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Devel-Caller-IgnoreNamespaces PORTVERSION= 1.0 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Make available a magic caller which can ignore namespaces -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::Caller::IgnoreNamespaces.3 |