freebsd-ports/www/pear-HTTP_Server/Makefile
Thierry Thomas 8c290b5de7 Update to version 0.4.0.
Changelog at <http://pear.php.net/package/HTTP_Server/download/>.

PR:		ports/76267
Submitted by:	maintainer
2005-01-15 13:21:53 +00:00

25 lines
639 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.4.0
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>