diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2013-11-04 20:53:46 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2013-11-04 20:53:46 +0000 |
commit | 653b96aa20149ab85168c18026a770bff84c16cb (patch) | |
tree | 481a05cad852ac8fa682f0c696837d1965d66fe5 | |
parent | 936660063ed55ad0a4134753c8aa3c2221a773b2 (diff) | |
download | pkgsrc-653b96aa20149ab85168c18026a770bff84c16cb.tar.gz |
Import the POE::Component::Server::SimpleHTTP Perl module into pkgsrc.
The Perl 5 module POE::Component::Server::SimpleHTTP is a simple HTTP
Server implementation for POE.
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/DESCR | 2 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 26 |
2 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/DESCR b/www/p5-POE-Component-Server-SimpleHTTP/DESCR new file mode 100644 index 00000000000..64ada158d2d --- /dev/null +++ b/www/p5-POE-Component-Server-SimpleHTTP/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module POE::Component::Server::SimpleHTTP is a simple HTTP Server +implementation for POE. diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile new file mode 100644 index 00000000000..1b2884a3b78 --- /dev/null +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2013/11/04 21:06:33 tonnerre Exp $ + +DISTNAME= POE-Component-Server-SimpleHTTP-2.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-p5-people@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/ +COMMENT= Simple HTTP Server implementation for POE +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/POE/Component/Server/SimpleHTTP/.packlist + +BUILD_DEPENDS+= p5-POE-Filter-HTTP-Parser>=1.06:../../www/p5-POE-Filter-HTTP-Parser +BUILD_DEPENDS+= p5-Test-POE-Client-TCP>=0.10:../../devel/p5-Test-POE-Client-TCP +DEPENDS+= p5-POE>=1.0:../../devel/p5-POE +DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date +DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message +DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose +DEPENDS+= p5-MooseX-POE>=0.205:../../devel/p5-MooseX-POE + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |