diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-MySOAP/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-SOAP-MySOAP/Makefile b/net/p5-SOAP-MySOAP/Makefile index 2fca7621dd60..15b7e82c2b27 100644 --- a/net/p5-SOAP-MySOAP/Makefile +++ b/net/p5-SOAP-MySOAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= SOAP-MySOAP PORTVERSION= 0.023 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= SOAP @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= An extremely basic SOAP client module +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww + PERL_CONFIGURE= yes MAN3= SOAP::MySOAP.3 |