diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-Roles/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile index 269dcad8480b..659237cef748 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -1,9 +1,6 @@ # Ports collection makefile for: p5-Catalyst-Plugin-Authorization-Roles -# Date created: Dec 12, 2005 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# +# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Catalyst-Plugin-Authorization-Roles PORTVERSION= 0.09 @@ -21,7 +18,8 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Authorization::Roles.3 |