diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-23 18:54:20 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-23 18:54:20 +0000 |
commit | 67115acc885351fb78a8f44a2d4008009229a46a (patch) | |
tree | 93f96c74255a62bf2ec375414935ef6f8cf4361a | |
parent | bd258f5552479705d640cc37d459dd7ed4a50dce (diff) |
Notes
-rw-r--r-- | www/p5-Catalyst-Plugin-XMLRPC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-XMLRPC/Makefile b/www/p5-Catalyst-Plugin-XMLRPC/Makefile index a8227fa9ef82..7f7e9bc279db 100644 --- a/www/p5-Catalyst-Plugin-XMLRPC/Makefile +++ b/www/p5-Catalyst-Plugin-XMLRPC/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Plugin-XMLRPC PORTVERSION= 2.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Dispatch XMLRPC methods with Catalyst BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML RUN_DEPENDS:= ${BUILD_DEPENDS} |