summaryrefslogtreecommitdiff
path: root/net/pear-Net_Server/Makefile
blob: 117fdac21c88b1094bf9b181dc3be9bb7d70fd60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PORTNAME=	Net_Server
PORTVERSION=	1.0.3
CATEGORIES=	net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generic server class

USES=		pear php
USE_PHP=	sockets pcntl

.include <bsd.port.mk>