diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:17:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 13:17:36 +0000 |
commit | dae5d7d8065efe67a9e881af2b850d5e6077cbf1 (patch) | |
tree | a507080c4718994dbb9e93ebb3f1b19ece9aab47 /www/p5-Catalyst-Authentication-Credential-HTTP | |
parent | 32b607380c71ed4e06738d8b13abf147dcbef26b (diff) | |
download | freebsd-ports-dae5d7d8065efe67a9e881af2b850d5e6077cbf1.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-Catalyst-Authentication-Credential-HTTP')
-rw-r--r-- | www/p5-Catalyst-Authentication-Credential-HTTP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile b/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile index 653e0e4649c0..55e2fe24f639 100644 --- a/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile +++ b/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Authentication::Credential::HTTP.3 |