mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
14 lines
236 B
Makefile
14 lines
236 B
Makefile
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
|
|
|
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>
|