- While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => Net_Server-1.0.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_Server-1.0.3.tgz fetch: http://pear.php.net/get/Net_Server-1.0.3.tgz: size mismatch: expected 17666, actual 17926 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Server-1.0.3.tgz [1] Approved by: portmgr (blanket)
14 lines
247 B
Makefile
14 lines
247 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|