pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-POE-Component-Server-SOAP Import the POE::Compo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f97d39a523bb
branches:  trunk
changeset: 626223:f97d39a523bb
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Mon Nov 04 21:37:53 2013 +0000

description:
Import the POE::Component::Server::SOAP Perl module into pkgsrc.

The Perl 5 module POE::Component::Server::SOAP is a SOAP Server
implementation for POE.

diffstat:

 www/p5-POE-Component-Server-SOAP/Makefile |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 402674869b57 -r f97d39a523bb www/p5-POE-Component-Server-SOAP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-POE-Component-Server-SOAP/Makefile Mon Nov 04 21:37:53 2013 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2013/11/04 21:37:53 tonnerre Exp $
+
+DISTNAME=      POE-Component-Server-SOAP-1.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
+
+MAINTAINER=    pkgsrc-p5-people%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/POE-Component-Server-SOAP/
+COMMENT=       SOAP Server implementation for POE
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/POE/Component/Server/SOAP/.packlist
+
+DEPENDS+=      p5-POE-[0-9]*:../../devel/p5-POE
+DEPENDS+=      p5-POE-Component-Server-SimpleHTTP>=1.54:../../www/p5-POE-Component-Server-SimpleHTTP
+DEPENDS+=      p5-SOAP-Lite>=0.55:../../net/p5-SOAP-Lite
+DEPENDS+=      perl>=5.6:../../lang/perl5
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index