1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add missing (undocumented) DEPENDS

- Bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Steve Wills 2012-03-23 18:54:20 +00:00
parent bd258f5552
commit 67115acc88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293722

View File

@ -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}