diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-23 14:12:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-23 14:12:02 +0000 |
commit | 97f2dd1298cded4a92b928e0a5bcf56a07d3f6d5 (patch) | |
tree | 732820e00846cbd8f4a1783672cbbcd9d980fb1d /net/p5-SOAP-Lite/Makefile | |
parent | 95ed7e38b11504e5ad0a9370b7018c14734448ea (diff) | |
download | ports-97f2dd1298cded4a92b928e0a5bcf56a07d3f6d5.tar.gz ports-97f2dd1298cded4a92b928e0a5bcf56a07d3f6d5.zip |
Notes
Diffstat (limited to 'net/p5-SOAP-Lite/Makefile')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 75f583a59bcb..441d145039d5 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SOAP-Lite -PORTVERSION= 0.69 +PORTVERSION= 0.710.08 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -49,6 +49,7 @@ MAN3= Apache::SOAP.3 \ SOAP::Fault.3 \ SOAP::Header.3 \ SOAP::Lite.3 \ + SOAP::Lite::Packager.3 \ SOAP::Packager.3 \ SOAP::SOM.3 \ SOAP::Schema.3 \ @@ -57,6 +58,7 @@ MAN3= Apache::SOAP.3 \ SOAP::Test.3 \ SOAP::Trace.3 \ SOAP::Transport.3 \ + SOAP::Transport::LOOPBACK.3 \ SOAP::Transport::POP3.3 \ SOAP::Utils.3 \ UDDI::Lite.3 \ @@ -69,6 +71,6 @@ MAN3= Apache::SOAP.3 \ post-patch: @${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \ - ${WRKSRC}/bin/* ${WRKSRC}/t/* + ${WRKSRC}/bin/* ${WRKSRC}/t/*.t ${WRKSRC}/t/*.pl .include <bsd.port.mk> |