summaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket/Makefile
blob: aaa93d9abc28797ed7dca6adbfca6d149cdcd9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 21:36:44 jdolecek Exp $

DISTNAME=	Net_Socket-1.0.1
CATEGORIES+=	net

MAINTAINER=	jdolecek@NetBSD.org
HOMEPAGE= 	http://pear.php.net/package/Net_Socket
COMMENT=	PHP classes to provide Network Socket Interface

.include "../../lang/php/pear.mk"

# used to be bundled before PHP 5.x
.if ${_PHP_VERSION} < 5
PKG_SKIP_REASON=	"${PKGNAME} is part of PHP${_PHP_VERSION}"
.endif

.include "../../mk/bsd.pkg.mk"