freebsd-ports/www/pear-HTTP_Server/Makefile
Pav Lucistnik 55272fe62f Add pear-HTTP_Server, a class that allows you to easily implement HTTP servers
by supplying callbacks. The base class will parse the request, call the
appropriate callback and build a repsonse based on an array that the callbacks
have to return.

PR:		ports/73613
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-11-06 17:14:36 +00:00

25 lines
637 B
Makefile

# Ports collection makefile for: pear-HTTP_Server
# Date created: 24 Octobre 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= HTTP_Server
PORTVERSION= 0.3
CATEGORIES= www devel pear
MAINTAINER= tux@pinguru.net
COMMENT= HTTP server class
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTTP
FILES= Server.php Server/Request.php
EXAMPLES= HTTP_Server_File.php www/index.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>