mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
96e2245704
used to develop any kind of server. PR: ports/73064 Submitted by: Gerrit Beine <tux@pinguru.net>
29 lines
668 B
Makefile
29 lines
668 B
Makefile
# Ports collection makefile for: pear-Net_Server
|
|
# Date created: 23 Octobre 2004
|
|
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net_Server
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= tux@pinguru.net
|
|
COMMENT= Generic server class
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PHP= sockets pcntl
|
|
CATEGORY= Net
|
|
FILES= Server.php \
|
|
Server/Driver.php Server/Handler.php \
|
|
Server/Driver/Fork.php Server/Driver/Sequential.php
|
|
DOCS= todo.txt
|
|
EXAMPLES= talkback.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|