summaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket/Makefile
blob: 6e76a887f0f4c67747e1943bb835508be59e576b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2004/11/28 10:21:48 jdolecek Exp $

DISTNAME=	Net_Socket-1.0.2
CATEGORIES+=	net

MAINTAINER=	jdolecek@NetBSD.org
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=	"${PKGBASE} is part of PHP${_PHP_VERSION}"
.endif

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