aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Server/Makefile
blob: 69a223350b086c4178f7da06e22875156a7a62f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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/bsd.pear.mk"
.include <bsd.port.post.mk>