diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-06-07 05:58:10 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-06-07 05:58:10 +0000 |
commit | 96313904fc7d1322ac1a3cd01acf0cd2b6b86ee2 (patch) | |
tree | 860c09c962338bb10615dd19b1907de8dbc8b02f /net/p5-SOAP-Lite | |
parent | ec152850d3c4dded7e81b1cf72d922418b665738 (diff) |
Notes
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 90344378e29a..ab3f5dc662e7 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= SOAP-Lite PORTVERSION= 0.712 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +22,8 @@ RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* |