1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/pear-Net_Server/Makefile
Pav Lucistnik 96e2245704 Add pear-Net_Server, a generic server class based on ext/sockets,
used to develop any kind of server.

PR:		ports/73064
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-10-28 19:18:26 +00:00

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>