freebsd-ports/net/pear-Net_Server/Makefile

15 lines
247 B
Makefile
Raw Normal View History

# Created by: Gerrit Beine (<tux@pinguru.net>)
# $FreeBSD$
PORTNAME= Net_Server
PORTVERSION= 1.0.3
CATEGORIES= net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Generic server class
USES= pear php
USE_PHP= sockets pcntl
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>