diff options
author | jdolecek <jdolecek> | 2004-11-01 21:36:44 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-01 21:36:44 +0000 |
commit | 4c26d75c6fb04033d4237f15d279b9c5a76f46b3 (patch) | |
tree | 56691364461c361b71fce451bbf8844a9a6a8299 /net/pear-Net_Socket/builtin.mk | |
parent | ea6fa06edd74bec9b290bba7316eb2fe63fc7c7f (diff) | |
download | pkgsrc-4c26d75c6fb04033d4237f15d279b9c5a76f46b3.tar.gz |
Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.
Diffstat (limited to 'net/pear-Net_Socket/builtin.mk')
-rw-r--r-- | net/pear-Net_Socket/builtin.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/pear-Net_Socket/builtin.mk b/net/pear-Net_Socket/builtin.mk new file mode 100644 index 00000000000..d5a5470b5ca --- /dev/null +++ b/net/pear-Net_Socket/builtin.mk @@ -0,0 +1,13 @@ +# $NetBSD: builtin.mk,v 1.1.1.1 2004/11/01 21:36:45 jdolecek Exp $ + +.include "../../lang/php/phpversion.mk" + +.if ${_PHP_VERSION} < 5 +IS_BUILTIN.pear-netsocket= yes +.else +IS_BUILTIN.pear-netsocket= no +.endif + +USE_BUILTIN.pear-netsocket?= ${IS_BUILTIN.pear-netsocket} + +BUILDLINK_VARS+= IS_BUILTIN.openssl |