17932875c4
This is a simple standalone HTTP server. By default, it doesn't thread or fork. It does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a CGI into one. from Deanna Phillips <deanna at sdf.lonestar.org>
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/03/18 18:56:15 sturm Exp $
|
|
|
|
COMMENT= "simple standalone HTTP server"
|
|
|
|
DISTNAME= HTTP-Server-Simple-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Deanna Phillips <deanna@sdf.lonestar.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|