diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-XMLRPC/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-XMLRPC/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-XMLRPC/Makefile b/www/p5-Catalyst-Plugin-XMLRPC/Makefile index 7f7e9bc279db..1ce10450846c 100644 --- a/www/p5-Catalyst-Plugin-XMLRPC/Makefile +++ b/www/p5-Catalyst-Plugin-XMLRPC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: www/p5-Catalyst-Plugin-XMLRPC -# Date created: 2 Dec 2005 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# +# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Catalyst-Plugin-XMLRPC PORTVERSION= 2.01 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::XMLRPC.3 \ Catalyst::Plugin::XMLRPC::DispatchType::XMLRPC.3 \ |