c9b1507851
- Fix variable name in setWriteBuffer() (PEAR Bug #11039) - Use %d for ints (PEAR Bug #11202) - Fix passing context to socket for both PHP 4 and PHP 5 - Catch errors from fsockopen() that happen before the socket is actually opened (Jan Scheider, jan@horde.org) - Restore the original track_errors setting - Silence unsilenced fwrite call - Update PHPDoc
14 lines
333 B
Makefile
14 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/02/06 15:58:19 taca Exp $
|
|
|
|
DISTNAME= Net_Socket-1.0.9
|
|
CATEGORIES+= net
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP classes to provide Network Socket Interface
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-pear-Net_Socket-[0-9]*
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|