91a1caa242
Hope to see you back! Thank for all the work!
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP_Server
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= HTTP server class
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
|
|
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
|
|
${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|