diff options
Diffstat (limited to 'net/pear-Net_Socket/Makefile')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 6e76a887f0f..0f3df37b19a 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,16 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2004/11/28 10:21:48 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 20:08:43 jdolecek Exp $ DISTNAME= Net_Socket-1.0.2 +PKGREVISION= 1 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" |