pkgsrc/net/pear-Net_Socket/Makefile
jdolecek ebdc0c2e06 use PKGBASE rather than PKGNAME - the version of the PHP4-bundled component
might differ, so claiming the exact version is part of PHP4 might be
misleading
2004-11-28 10:21:48 +00:00

16 lines
391 B
Makefile

# $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"