1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/pear-HTTP_Server/Makefile
Edwin Groothuis acc468d57e Maintainer mailaddress mass change
Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-04-15 11:47:42 +00:00

26 lines
634 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= gerrit.beine@gmx.de
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/bsd.pear.mk"
.include <bsd.port.post.mk>