diff options
author | obache <obache@pkgsrc.org> | 2011-11-03 04:49:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-03 04:49:46 +0000 |
commit | a8a9ea0daf6956c4ca02fc6720af1391bafc527e (patch) | |
tree | db065938a78b8a4a4a67722dbd19a95fb1d41928 | |
parent | d6786f2c8b8f72dc9618eae6964b5c6152cfd9a8 (diff) | |
download | pkgsrc-a8a9ea0daf6956c4ca02fc6720af1391bafc527e.tar.gz |
Import p5-SOAP-Transport-TCP-0.715 as net/p5-SOAP-Transport-TCP.
Initial version - split from SPAP::Lite.
This package adds TCP transport support to SOAP::Lite.
-rw-r--r-- | net/p5-SOAP-Transport-TCP/DESCR | 1 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/Makefile | 24 | ||||
-rw-r--r-- | net/p5-SOAP-Transport-TCP/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-SOAP-Transport-TCP/DESCR b/net/p5-SOAP-Transport-TCP/DESCR new file mode 100644 index 00000000000..7b9a385dcfe --- /dev/null +++ b/net/p5-SOAP-Transport-TCP/DESCR @@ -0,0 +1 @@ +This package adds TCP transport support to SOAP::Lite. diff --git a/net/p5-SOAP-Transport-TCP/Makefile b/net/p5-SOAP-Transport-TCP/Makefile new file mode 100644 index 00000000000..79f94692943 --- /dev/null +++ b/net/p5-SOAP-Transport-TCP/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/03 04:49:46 obache Exp $ +# + +DISTNAME= SOAP-Transport-TCP-0.715 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SOAP-Transport-TCP +COMMENT= TCP transport layer for SOAP::Lite +LICENSE= artistic + +CONFLICTS+= p5-SOAP-Lite<0.714 +DEPENDS+= p5-SOAP-Lite>=0.714:../../net/p5-SOAP-Lite + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/SOAP/Transport/TCP/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-SOAP-Transport-TCP/distinfo b/net/p5-SOAP-Transport-TCP/distinfo new file mode 100644 index 00000000000..8dd7ce8b7f2 --- /dev/null +++ b/net/p5-SOAP-Transport-TCP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/03 04:49:46 obache Exp $ + +SHA1 (SOAP-Transport-TCP-0.715.tar.gz) = ba7a63ae893d4b454340060ce35010ba6d34f962 +RMD160 (SOAP-Transport-TCP-0.715.tar.gz) = 3fbeb74625781c679ef486180ed55132160d4a57 +Size (SOAP-Transport-TCP-0.715.tar.gz) = 44554 bytes |