diff options
author | seb <seb> | 2010-04-11 20:33:03 +0000 |
---|---|---|
committer | seb <seb> | 2010-04-11 20:33:03 +0000 |
commit | 0a2ba5001dc6b788c1997dc01a9545182a8794ea (patch) | |
tree | 71c6b9e39d68365d0f5faae0d4db2d39baeb5492 /www/p5-Starman/Makefile | |
parent | bac310c32609971f2c1c2e469e44f98b396570a7 (diff) | |
download | pkgsrc-0a2ba5001dc6b788c1997dc01a9545182a8794ea.tar.gz |
Initial import of p5-Starman version 0.1005 in the NetBSD Packages
Collection.
Starman is a PSGI perl web server that has unique features such as:
high performance, preforking, signals suport, superdaemon aware,
multiple interfaces and UNIX Domain Socket support, small memory
footprint, PSGI compatible, HTTP/1.1 support, UNIX only.
Diffstat (limited to 'www/p5-Starman/Makefile')
-rw-r--r-- | www/p5-Starman/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile new file mode 100644 index 00000000000..3e2dea607da --- /dev/null +++ b/www/p5-Starman/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:33:03 seb Exp $ + +DISTNAME= Starman-0.1005 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Starman/ +COMMENT= High-performance preforking PSGI web server +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Starman/.packlist + +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP +DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork +DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter +DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS +DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server +DEPENDS+= p5-Plack>=0.9925:../../www/p5-Plack +DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |