diff options
author | swills <swills@FreeBSD.org> | 2012-03-24 02:54:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-24 02:54:20 +0800 |
commit | c1117bb6c26e73f91e44c76c07451e11e50052af (patch) | |
tree | b7fd5962b9458e5ef12eff668b8f00e1aa2080e6 | |
parent | 4e3ed55c2553fa05e7b4de51ae01e83c69c91136 (diff) | |
download | freebsd-ports-gnome-c1117bb6c26e73f91e44c76c07451e11e50052af.tar.gz freebsd-ports-gnome-c1117bb6c26e73f91e44c76c07451e11e50052af.tar.zst freebsd-ports-gnome-c1117bb6c26e73f91e44c76c07451e11e50052af.zip |
- Add missing (undocumented) DEPENDS
- Bump PORTREVISION
Feature safe: yes
-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} |