1.0.10 2010-10-15 14:52 UTC Changelog: QA release - Configurable newline sequence (PEAR Bug #14181) - Make $size parameter to gets() optional (PEAR Bug #14433) - Don't overwrite $errstr set by fsockopen (PEAR Bug #14448) - Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619) - CS cleanup (PEAR Bug #14803)
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/12/22 15:46:35 taca Exp $
|
|
|
|
DISTNAME= Net_Socket-1.0.10
|
|
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"
|