openbsd-ports/www/p5-Starman/Makefile
2013-03-11 11:35:43 +00:00

25 lines
562 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 11:44:47 espie Exp $
COMMENT = high-performance preforking PSGI/Plack web server
MODULES = cpan
DISTNAME = Starman-0.2007
CATEGORIES = www
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
CPAN_AUTHOR = MIYAGAWA
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Data-Dump \
devel/p5-Net-Server>=0.91 \
net/p5-Server-Starter \
net/p5-Net-Server-SS-PreFork \
www/p5-Plack>=0.9931 \
www/p5-HTTP-Parser-XS \
www/p5-libwww
.include <bsd.port.mk>