From 6a744d0db47f8a53f35a258e3a54c512fa93b958 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 1 May 2007 02:09:58 +0000 Subject: [PATCH] Add p5-SOAP-MySOAP 0.023, an extremely basic SOAP client module. PR: ports/112262 Submitted by: Gea-Suan Lin --- net/Makefile | 1 + net/p5-SOAP-MySOAP/Makefile | 22 ++++++++++++++++++++++ net/p5-SOAP-MySOAP/distinfo | 3 +++ net/p5-SOAP-MySOAP/pkg-descr | 3 +++ net/p5-SOAP-MySOAP/pkg-plist | 6 ++++++ 5 files changed, 35 insertions(+) create mode 100644 net/p5-SOAP-MySOAP/Makefile create mode 100644 net/p5-SOAP-MySOAP/distinfo create mode 100644 net/p5-SOAP-MySOAP/pkg-descr create mode 100644 net/p5-SOAP-MySOAP/pkg-plist diff --git a/net/Makefile b/net/Makefile index 2402587dbdf0..62a89cbbb0fb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -555,6 +555,7 @@ SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite + SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 diff --git a/net/p5-SOAP-MySOAP/Makefile b/net/p5-SOAP-MySOAP/Makefile new file mode 100644 index 000000000000..2fca7621dd60 --- /dev/null +++ b/net/p5-SOAP-MySOAP/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-SOAP-MySOAP +# Date created: 2007-04-30 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= SOAP-MySOAP +PORTVERSION= 0.023 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= SOAP +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= An extremely basic SOAP client module + +PERL_CONFIGURE= yes + +MAN3= SOAP::MySOAP.3 + +.include diff --git a/net/p5-SOAP-MySOAP/distinfo b/net/p5-SOAP-MySOAP/distinfo new file mode 100644 index 000000000000..c3df1ad74ce3 --- /dev/null +++ b/net/p5-SOAP-MySOAP/distinfo @@ -0,0 +1,3 @@ +MD5 (SOAP-MySOAP-0.023.tar.gz) = 154f2e7203bef8dd092e936db841817d +SHA256 (SOAP-MySOAP-0.023.tar.gz) = 903cc55ff2d1f1d2355908d0c7bebd3ad2fe614433884ff16bf25ffd4ebd4625 +SIZE (SOAP-MySOAP-0.023.tar.gz) = 2739 diff --git a/net/p5-SOAP-MySOAP/pkg-descr b/net/p5-SOAP-MySOAP/pkg-descr new file mode 100644 index 000000000000..f28ef94ba94c --- /dev/null +++ b/net/p5-SOAP-MySOAP/pkg-descr @@ -0,0 +1,3 @@ +An extremely basic SOAP client module. + +WWW: http://search.cpan.org/dist/SOAP-MySOAP/ diff --git a/net/p5-SOAP-MySOAP/pkg-plist b/net/p5-SOAP-MySOAP/pkg-plist new file mode 100644 index 000000000000..99dfa9c0eacf --- /dev/null +++ b/net/p5-SOAP-MySOAP/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP/.packlist +%%SITE_PERL%%/SOAP/MySOAP.pm +@dirrmtry %%SITE_PERL%%/SOAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP