mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6ec3883fc8
that can run PSGI applications. This module only depends on HTTP::Server::Simple, which itself doesn't depend on any non-core modules so it's best to be used as an embedded web server. WWW: http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/ PR: ports/144795 Submitted by: ports at c0decafe.net
25 lines
513 B
Makefile
25 lines
513 B
Makefile
# New ports collection makefile for: p5-HTTP-Server-Simple-PSGI
|
|
# Date created: 2010-03-16
|
|
# Whom: ports@c0decafe.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Server-Simple-PSGI
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= PSGI handler for HTTP::Server::Simple
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple
|
|
|
|
USE_PERL5= YES
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= HTTP::Server::Simple::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|